summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/x509/x509_local.h')
-rw-r--r--crypto/x509/x509_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509/x509_local.h b/crypto/x509/x509_local.h
index 6a2137129c..bdd5bfcb71 100644
--- a/crypto/x509/x509_local.h
+++ b/crypto/x509/x509_local.h
@@ -90,10 +90,10 @@ struct x509_lookup_method_st {
X509_OBJECT *ret);
int (*get_by_alias) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
const char *str, int len, X509_OBJECT *ret);
- int (*get_by_subject_with_libctx) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
+ int (*get_by_subject_ex) (X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
const X509_NAME *name, X509_OBJECT *ret,
OPENSSL_CTX *libctx, const char *propq);
- int (*ctrl_with_libctx) (X509_LOOKUP *ctx, int cmd,
+ int (*ctrl_ex) (X509_LOOKUP *ctx, int cmd,
const char *argc, long argl, char **ret,
OPENSSL_CTX *libctx, const char *propq);
};