remove const; refs #20
This commit is contained in:
@@ -6,16 +6,8 @@
|
|||||||
noinst_PROGRAMS = pcsc-demo cryptoki-demo openssl-tcp-demo \
|
noinst_PROGRAMS = pcsc-demo cryptoki-demo openssl-tcp-demo \
|
||||||
openssl-ssl-demo openssl-engine-demo
|
openssl-ssl-demo openssl-engine-demo
|
||||||
|
|
||||||
AM_CPPFLAGS = -I${top_srcdir}/src
|
|
||||||
if !MINGW32
|
|
||||||
if MAC
|
|
||||||
AM_CPPFLAGS += -I/opt/local/include
|
|
||||||
else
|
|
||||||
AM_CPPFLAGS += -I/usr/include/PCSC
|
AM_CPPFLAGS += -I/usr/include/PCSC
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
LDFLAGS=
|
|
||||||
if MAC
|
if MAC
|
||||||
AM_CPPFLAGS+=-I/Library/OpenSC/include
|
AM_CPPFLAGS+=-I/Library/OpenSC/include
|
||||||
LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC -L/opt/local/lib -lcrypto
|
LDFLAGS += -F/System/Library/Frameworks/PCSC.framework -framework PCSC -L/opt/local/lib -lcrypto
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
# error OpenSSL Version Number not Found
|
# error OpenSSL Version Number not Found
|
||||||
#elif OPENSSL_VERSION_NUMBER < 0x10000000L
|
#elif OPENSSL_VERSION_NUMBER < 0x10000000L
|
||||||
# define OPENSSL_0
|
# define OPENSSL_0
|
||||||
# define V0_CONST const
|
# define V0_CONST
|
||||||
# define CV_STACK
|
# define CV_STACK
|
||||||
# define CV_X509
|
# define CV_X509
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user