From 746f3674896845460946ace7e963e52b547fbf35 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 24 Sep 2020 10:56:03 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/12970) --- include/openssl/x509_vfy.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3