summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vfy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.h')
-rw-r--r--src/lib/libcrypto/x509/x509_vfy.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h
index 1766e3cd21..8f69f919ad 100644
--- a/src/lib/libcrypto/x509/x509_vfy.h
+++ b/src/lib/libcrypto/x509/x509_vfy.h
@@ -445,11 +445,9 @@ int X509_STORE_get_by_subject(X509_STORE_CTX *vs,int type,X509_NAME *name,
445int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, 445int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
446 long argl, char **ret); 446 long argl, char **ret);
447 447
448#ifndef OPENSSL_NO_STDIO
449int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type); 448int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type);
450int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type); 449int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type);
451int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type); 450int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type);
452#endif
453 451
454 452
455X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method); 453X509_LOOKUP *X509_LOOKUP_new(X509_LOOKUP_METHOD *method);
@@ -465,11 +463,9 @@ int X509_LOOKUP_by_alias(X509_LOOKUP *ctx, int type, char *str,
465 int len, X509_OBJECT *ret); 463 int len, X509_OBJECT *ret);
466int X509_LOOKUP_shutdown(X509_LOOKUP *ctx); 464int X509_LOOKUP_shutdown(X509_LOOKUP *ctx);
467 465
468#ifndef OPENSSL_NO_STDIO
469int X509_STORE_load_locations (X509_STORE *ctx, 466int X509_STORE_load_locations (X509_STORE *ctx,
470 const char *file, const char *dir); 467 const char *file, const char *dir);
471int X509_STORE_set_default_paths(X509_STORE *ctx); 468int X509_STORE_set_default_paths(X509_STORE *ctx);
472#endif
473 469
474int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, 470int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
475 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); 471 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func);