Skip to content

Commit a6b2a39

Browse files
committed
fixup: dynamic
1 parent ac5eb6c commit a6b2a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypt_openssl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#ifdef CRYPT_OPENSSL_DYNAMIC
2323
typedef unsigned char DES_cblock[8];
24-
typedef const unsigned char const_DES_cblock[8];
24+
typedef unsigned char const_DES_cblock[8];
2525

2626
typedef unsigned long DES_LONG;
2727

0 commit comments

Comments
 (0)