summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2020-09-24 10:56:03 +0100
committerMatt Caswell <matt@openssl.org>2020-10-01 09:25:20 +0100
commit746f3674896845460946ace7e963e52b547fbf35 (patch)
tree3524d555baa83495e8b19a0bd279e8a3b42807c9 /include
parentd8652be06e2778e8898453a391deb7253e1a35a2 (diff)
Fix some things the rename script didn't quite get right
The previous commit ran an automated rename throughout the codebase. There are a small number of things it didn't quite get right so we fix those in this commit. Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/12970)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/x509_vfy.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/openssl/x509_vfy.h.in b/include/openssl/x509_vfy.h.in
index 1cd7b70797..b7da1b0c5c 100644
--- a/include/openssl/x509_vfy.h.in
+++ b/include/openssl/x509_vfy.h.in
@@ -122,15 +122,15 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
# define X509_LOOKUP_load_file_ex(x, name, type, libctx, propq) \
X509_LOOKUP_ctrl_ex((x), X509_L_FILE_LOAD, (name), (long)(type), NULL,\
- (libctx), (propq))
+ (libctx), (propq))
# define X509_LOOKUP_load_store_ex(x, name, libctx, propq) \
X509_LOOKUP_ctrl_ex((x), X509_L_LOAD_STORE, (name), 0, NULL, \
- (libctx), (propq))
+ (libctx), (propq))
# define X509_LOOKUP_add_store_ex(x, name, libctx, propq) \
X509_LOOKUP_ctrl_ex((x), X509_L_ADD_STORE, (name), 0, NULL, \
- (libctx), (propq))
+ (libctx), (propq))
# define X509_V_OK 0
# define X509_V_ERR_UNSPECIFIED 1