Skip to content
Snippets Groups Projects
Commit 95558291 authored by deuce's avatar deuce
Browse files

Work around stupid cryptlib version for 345.

parent 32953210
Branches
Tags
No related merge requests found
......@@ -6,8 +6,10 @@
#ifndef WITHOUT_CRYPTLIB
#include <cryptlib.h>
#if CRYPTLIB_VERSION < 3400
#if CRYPTLIB_VERSION < 340 || CRYPTLIB_VERSION > 999
#define CRYPT_ATTRIBUTE_ERRORMESSAGE CRYPT_ATTRIBUTE_INT_ERRORMESSAGE
#endif
#endif
struct crypt_funcs {
int (*PopData)( C_IN CRYPT_HANDLE envelope, C_OUT void C_PTR buffer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment