diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index 4ec81b25c..3b2d4c59f 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -2272,7 +2272,6 @@ static int GetCertHeader(DecodedCert* cert) return ret; } -#endif /* !NO_ASN_TIME */ #if !defined(NO_RSA) /* Store Rsa Key, may save later, Dsa could use in future */ @@ -2297,6 +2296,7 @@ static int StoreRsaKey(DecodedCert* cert) return 0; } #endif +#endif /* !NO_ASN_TIME */ #ifdef HAVE_ECC