diff options
Diffstat (limited to 'src/lib/libcrypto/pkcs12/pkcs12.h')
-rw-r--r-- | src/lib/libcrypto/pkcs12/pkcs12.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libcrypto/pkcs12/pkcs12.h b/src/lib/libcrypto/pkcs12/pkcs12.h index 4bee605dc0..b17eb9f42b 100644 --- a/src/lib/libcrypto/pkcs12/pkcs12.h +++ b/src/lib/libcrypto/pkcs12/pkcs12.h | |||
@@ -108,8 +108,6 @@ PKCS12_MAC_DATA *mac; | |||
108 | PKCS7 *authsafes; | 108 | PKCS7 *authsafes; |
109 | } PKCS12; | 109 | } PKCS12; |
110 | 110 | ||
111 | PREDECLARE_STACK_OF(PKCS12_SAFEBAG) | ||
112 | |||
113 | typedef struct { | 111 | typedef struct { |
114 | ASN1_OBJECT *type; | 112 | ASN1_OBJECT *type; |
115 | union { | 113 | union { |
@@ -232,8 +230,8 @@ int PKCS12_set_mac(PKCS12 *p12, const char *pass, int passlen, | |||
232 | const EVP_MD *md_type); | 230 | const EVP_MD *md_type); |
233 | int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, | 231 | int PKCS12_setup_mac(PKCS12 *p12, int iter, unsigned char *salt, |
234 | int saltlen, const EVP_MD *md_type); | 232 | int saltlen, const EVP_MD *md_type); |
235 | unsigned char *asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen); | 233 | unsigned char *OPENSSL_asc2uni(const char *asc, int asclen, unsigned char **uni, int *unilen); |
236 | char *uni2asc(unsigned char *uni, int unilen); | 234 | char *OPENSSL_uni2asc(unsigned char *uni, int unilen); |
237 | 235 | ||
238 | DECLARE_ASN1_FUNCTIONS(PKCS12) | 236 | DECLARE_ASN1_FUNCTIONS(PKCS12) |
239 | DECLARE_ASN1_FUNCTIONS(PKCS12_MAC_DATA) | 237 | DECLARE_ASN1_FUNCTIONS(PKCS12_MAC_DATA) |