first part: const or not const that is the question; refs #6

This commit is contained in:
Marc Wäckerlin
2010-08-27 11:15:53 +00:00
parent 73ff9f1a34
commit 4d224bc2bd

View File

@@ -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