aboutsummaryrefslogtreecommitdiff
path: root/openssl/crypto/x509/x_all.c
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/crypto/x509/x_all.c')
-rw-r--r--openssl/crypto/x509/x_all.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/openssl/crypto/x509/x_all.c b/openssl/crypto/x509/x_all.c
index 9039caad6..ebae30b70 100644
--- a/openssl/crypto/x509/x_all.c
+++ b/openssl/crypto/x509/x_all.c
@@ -57,7 +57,6 @@
*/
#include <stdio.h>
-#undef SSLEAY_MACROS
#include <openssl/stack.h>
#include "cryptlib.h"
#include <openssl/buffer.h>
@@ -83,12 +82,6 @@ int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r)
a->sig_alg,a->signature,a->req_info,r));
}
-int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r)
- {
- return(ASN1_item_verify(ASN1_ITEM_rptr(X509_CRL_INFO),
- a->sig_alg, a->signature,a->crl,r));
- }
-
int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r)
{
return(ASN1_item_verify(ASN1_ITEM_rptr(NETSCAPE_SPKAC),