Skip to content
Snippets Groups Projects
Commit 65d53cf6 authored by John E. Malmberg's avatar John E. Malmberg Committed by Yang Tse
Browse files

setup-vms.h: sk_pop symbol tweak

Newer versions of curl are referencing a sk_pop symbol while the HP
OpenSSL library has the symbol in uppercase only.
parent 0d9e65f7
No related branches found
No related tags found
No related merge requests found
......@@ -315,6 +315,7 @@ char * unix_path;
#define d2i_PKCS12_fp D2I_PKCS12_FP
#define i2t_ASN1_OBJECT I2T_ASN1_OBJECT
#define sk_num SK_NUM
#define sk_pop SK_POP
#define sk_pop_free SK_POP_FREE
#define sk_value SK_VALUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment