first part: const or not const that is the question; refs #6
This commit is contained in:
		| @@ -20,7 +20,7 @@ | ||||
| #include <openssl/opensslv.h> | ||||
| #ifndef OPENSSL_VERSION_NUMBER | ||||
| #  error OpenSSL Version Number not Found | ||||
| #elif OPENSSL_VERSION_NUMBER < 0x01000000L | ||||
| #elif OPENSSL_VERSION_NUMBER < 0x10000000L | ||||
| #  define OPENSSL_0 | ||||
| #  define V0_CONST const | ||||
| #else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user