Skip to content
Snippets Groups Projects
Commit 956dbdfa authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Latest patched cryptlib 3.4.7 built with MSVC2022

parent 73613382
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -12,6 +12,7 @@
/* The current cryptlib version: 3.4.7 */
#define CRYPTLIB_VERSION 347
#define CRYPTLIB_PATCHES "344cf11072cf821d4a07a90b03322f9c -"
/* Fixup for Windows support. We need to include windows.h for various types
and prototypes needed for DLLs, but this pulls in wincrypt.h which defines
......@@ -502,6 +503,7 @@ typedef enum {
CRYPT_OPTION_INFO_MAJORVERSION, /* Major release version */
CRYPT_OPTION_INFO_MINORVERSION, /* Minor release version */
CRYPT_OPTION_INFO_STEPPING, /* Release stepping */
CRYPT_OPTION_INFO_PATCHES, /* MD5Sum of patches applied */
/* Encryption options */
CRYPT_OPTION_ENCR_ALGO, /* Conventional encryption algorithm */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment