X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=perl%2Fopenssl_cipher.xs;h=e9ff2a8f7905c67bb39746cad142777119b00e5e;hp=fb4c63299512eeb9d61510dd0eb74854374fc79d;hb=615513ba5294e03b451f33bc46c714c5efa28916;hpb=8073036dd62848b616c6a817c155c3255074ec83 diff --git a/perl/openssl_cipher.xs b/perl/openssl_cipher.xs index fb4c632995..e9ff2a8f79 100644 --- a/perl/openssl_cipher.xs +++ b/perl/openssl_cipher.xs @@ -9,13 +9,14 @@ int boot_cipher() MODULE = OpenSSL::Cipher PACKAGE = OpenSSL::Cipher PREFIX = p5_EVP_C_ +PROTOTYPES: ENABLE VERSIONCHECK: DISABLE void p5_EVP_C_new(...) PREINIT: EVP_CIPHER_CTX *ctx; - EVP_CIPHER *c; + const EVP_CIPHER *c; char *name; PPCODE: if ((items == 1) && SvPOK(ST(0)))