From ad8cdda5e9fdd391ec0e47bb096b12713dc470fc Mon Sep 17 00:00:00 2001 From: miod <> Date: Mon, 26 May 2014 20:15:29 +0000 Subject: We don't really to keep history in constructs such as: #if 1 /* new with openssl 0.9.4 */ current code; #else obsolete code; #endif --- src/lib/libcrypto/pem/pem.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/lib/libcrypto') diff --git a/src/lib/libcrypto/pem/pem.h b/src/lib/libcrypto/pem/pem.h index 38469f02df..6eae9345a1 100644 --- a/src/lib/libcrypto/pem/pem.h +++ b/src/lib/libcrypto/pem/pem.h @@ -392,13 +392,7 @@ int PEM_write_bio_##name(BIO *bp, type *x, const EVP_CIPHER *enc, \ DECLARE_PEM_read(name, type) \ DECLARE_PEM_write_cb(name, type) -#if 1 -/* "userdata": new with OpenSSL 0.9.4 */ typedef int pem_password_cb(char *buf, int size, int rwflag, void *userdata); -#else -/* OpenSSL 0.9.3, 0.9.3a */ -typedef int pem_password_cb(char *buf, int size, int rwflag); -#endif int PEM_get_EVP_CIPHER_INFO(char *header, EVP_CIPHER_INFO *cipher); int PEM_do_header (EVP_CIPHER_INFO *cipher, unsigned char *data, long *len, -- cgit v1.2.3-55-g6feb