remove warning

This commit is contained in:
Zhi Guan
2019-08-18 19:17:04 +08:00
parent 7cb16715f0
commit 10726098b4
8 changed files with 5147 additions and 5331 deletions

View File

@@ -61,12 +61,6 @@ extern "C" {
typedef void *(*KDF_FUNC)(const void *in, size_t inlen, void *out, size_t *outlen);
KDF_FUNC KDF_get_x9_63(const EVP_MD *md);
KDF_FUNC KDF_get_ibcs(const EVP_MD *md);
/*
KDF_FUNC KDF_get_nist_concatenation(void);
KDF_FUNC KDF_get_tls_kdf(void);
KDF_FUNC KDF_get_ikev2_kdf(void);
*/
/* BEGIN ERROR CODES */
/*