forked from wolfSSL/wolfssl
fix opensslextra w/ dsa additions
This commit is contained in:
@@ -4641,7 +4641,7 @@ WOLFSSL_LOCAL int SetSerialNumber(const byte* sn, word32 snSz, byte* output)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_CERT_GEN)
|
#if defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_CERT_GEN) || !defined(NO_DSA)
|
||||||
|
|
||||||
/* convert der buffer to pem into output, can't do inplace, der and output
|
/* convert der buffer to pem into output, can't do inplace, der and output
|
||||||
need to be different */
|
need to be different */
|
||||||
|
@@ -175,7 +175,7 @@ WOLFSSL_API int wc_SetDatesBuffer(Cert*, const byte*, int);
|
|||||||
#endif /* WOLFSSL_CERT_GEN */
|
#endif /* WOLFSSL_CERT_GEN */
|
||||||
|
|
||||||
|
|
||||||
#if defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_CERT_GEN)
|
#if defined(WOLFSSL_KEY_GEN) || defined(WOLFSSL_CERT_GEN) || !defined(NO_DSA)
|
||||||
WOLFSSL_API int wc_DerToPem(const byte* der, word32 derSz, byte* output,
|
WOLFSSL_API int wc_DerToPem(const byte* der, word32 derSz, byte* output,
|
||||||
word32 outputSz, int type);
|
word32 outputSz, int type);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user