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

master
Marc Wäckerlin 14 years ago
parent 73ff9f1a34
commit 4d224bc2bd
  1. 2
      src/openssl.hxx

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

Loading…
Cancel
Save