remove const; refs #20

This commit is contained in:
Marc Wäckerlin
2012-06-08 08:31:01 +00:00
parent 31dc334b51
commit 30ee4046ee
2 changed files with 1 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
# error OpenSSL Version Number not Found
#elif OPENSSL_VERSION_NUMBER < 0x10000000L
# define OPENSSL_0
# define V0_CONST const
# define V0_CONST
# define CV_STACK
# define CV_X509
#else