remove unused proto for wc_SetCertificatePolicies

This commit is contained in:
Chris Conlon
2016-06-15 10:50:41 -06:00
parent 7a3cb23af9
commit 3fec69d3f8

View File

@@ -217,12 +217,6 @@ WOLFSSL_API int wc_SetSubjectKeyIdFromNtruPublicKey(Cert *cert, byte *ntruKey,
*/
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 */
#ifdef HAVE_NTRU