From a7f8bdb387b00880dfec9d155d276ab3415ecf6b Mon Sep 17 00:00:00 2001 From: Chris Conlon Date: Wed, 15 Mar 2017 17:28:52 -0600 Subject: [PATCH] remove EccPublicKeyDecode() from WOLFSSL_CERT_EXT guard --- wolfcrypt/src/asn.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 6ed0f6987..f9c73635f 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -9204,7 +9204,7 @@ int wc_EccPrivateKeyDecode(const byte* input, word32* inOutIdx, ecc_key* key, return ret; } -#ifdef WOLFSSL_CERT_EXT + int wc_EccPublicKeyDecode(const byte* input, word32* inOutIdx, ecc_key* key, word32 inSz) { @@ -9258,7 +9258,6 @@ int wc_EccPublicKeyDecode(const byte* input, word32* inOutIdx, return 0; } -#endif #ifdef WOLFSSL_KEY_GEN