- not exporting npa internal stuff anymore

- added sm_ctx_clear_free


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@405 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-02-03 22:09:22 +00:00
parent 24b13a0700
commit da411362e9
8 changed files with 103 additions and 176 deletions

View File

@@ -2,7 +2,7 @@ EXTRA_DIST = $(shell find $(top_srcdir)/src/opensc -path '*/.svn' -prune -o -typ
AM_CPPFLAGS = -I$(top_srcdir)/src/npa -I$(top_srcdir)/src/opensc/src
libnpa_la_SOURCES = sm.c scutil.c npa.c npa_lib.c
libnpa_la_SOURCES = sm.c scutil.c npa.c
libnpa_la_LIBADD = $(OPENSSL_LIBS) $(OPENSC_LIBS)
libnpa_la_CFLAGS = $(OPENSSL_CFLAGS)
@@ -21,5 +21,4 @@ noinst_HEADERS = \
nobase_include_HEADERS = \
npa/sm.h \
npa/npa.h \
npa/scutil.h \
npa/npa_lib.h
npa/scutil.h