diff options
Diffstat (limited to 'crypto/x509/x509_meth.c')
-rw-r--r-- | crypto/x509/x509_meth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509_meth.c b/crypto/x509/x509_meth.c index 631cc8f03d..71db99590b 100644 --- a/crypto/x509/x509_meth.c +++ b/crypto/x509/x509_meth.c @@ -15,7 +15,7 @@ #include <openssl/asn1.h> #include <openssl/x509.h> #include <openssl/ossl_typ.h> -#include "x509_lcl.h" +#include "x509_local.h" X509_LOOKUP_METHOD *X509_LOOKUP_meth_new(const char *name) { |