diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2013-07-12 12:07:02 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-07-12 12:11:11 +0200 |
commit | 65d53cf6ef11612603236418d579177b6a149915 (patch) | |
tree | d38f9c747ca26ec2ec4bdb2e7f2120b1f2591c1c /lib/setup-vms.h | |
parent | 0d9e65f79fc3a2c7d3bdb01a7a53558e05a65194 (diff) | |
download | curl-65d53cf6ef11612603236418d579177b6a149915.tar.gz |
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.
Diffstat (limited to 'lib/setup-vms.h')
-rw-r--r-- | lib/setup-vms.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/setup-vms.h b/lib/setup-vms.h index 4eefbba49..f5eedf756 100644 --- a/lib/setup-vms.h +++ b/lib/setup-vms.h @@ -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 |