mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +02:00
remove unused code
This commit is contained in:
@@ -24,30 +24,16 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <cyassl/ssl.h>
|
#include <wolfssl/ssl.h>
|
||||||
#include <cyassl/internal.h>
|
#include <wolfssl/internal.h>
|
||||||
|
|
||||||
Signer* GetCA(void* vp, byte* hash)
|
Signer* GetCA(void* vp, byte* hash)
|
||||||
{
|
{
|
||||||
return NULL ;
|
return NULL ;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CyaSSL_dtls(CYASSL* ssl)
|
|
||||||
{
|
|
||||||
return NULL ;
|
|
||||||
}
|
|
||||||
|
|
||||||
int CyaSSL_get_using_nonblock(CYASSL* ssl)
|
|
||||||
{
|
|
||||||
return NULL ;
|
|
||||||
}
|
|
||||||
|
|
||||||
Signer* GetCAByName(void* vp, byte* hash)
|
Signer* GetCAByName(void* vp, byte* hash)
|
||||||
{
|
{
|
||||||
return NULL ;
|
return NULL ;
|
||||||
}
|
}
|
||||||
|
|
||||||
int CyaSSL_PemCertToDer(const char* fileName, unsigned char* derBuf, int derSz)
|
|
||||||
{
|
|
||||||
return NULL ;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user