mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
remove unused proto for wc_SetCertificatePolicies
This commit is contained in:
@@ -217,12 +217,6 @@ WOLFSSL_API int wc_SetSubjectKeyIdFromNtruPublicKey(Cert *cert, byte *ntruKey,
|
|||||||
*/
|
*/
|
||||||
WOLFSSL_API int wc_SetKeyUsage(Cert *cert, const char *value);
|
WOLFSSL_API int wc_SetKeyUsage(Cert *cert, const char *value);
|
||||||
|
|
||||||
/* encode Certificate Policies, return total bytes written
|
|
||||||
* each input value must be ITU-T X.690 formatted : a.b.c...
|
|
||||||
* input must be an array of values with a NULL terminated for the latest
|
|
||||||
* RFC5280 : non-critical */
|
|
||||||
WOLFSSL_API int wc_SetCertificatePolicies(Cert *cert, const char **input);
|
|
||||||
|
|
||||||
#endif /* WOLFSSL_CERT_EXT */
|
#endif /* WOLFSSL_CERT_EXT */
|
||||||
|
|
||||||
#ifdef HAVE_NTRU
|
#ifdef HAVE_NTRU
|
||||||
|
Reference in New Issue
Block a user