moved sm_stop() to OpenSC as sc_sm_stop()
This commit is contained in:
@@ -57,8 +57,8 @@ LIBS="$LDFLAGS $OPENSC_LIBS"
|
||||
|
||||
AC_CHECK_HEADERS([libopensc/opensc.h libopensc/sm.h libopensc/pace.h],
|
||||
[], [AC_MSG_ERROR([OpenSC headers not found])])
|
||||
AC_MSG_CHECKING([for iasecc_sm_external_authentication])
|
||||
AC_TRY_LINK_FUNC(iasecc_sm_external_authentication,
|
||||
AC_MSG_CHECKING([for sc_sm_stop])
|
||||
AC_TRY_LINK_FUNC(sc_sm_stop,
|
||||
[ AC_MSG_RESULT([yes]) ],
|
||||
[ AC_MSG_ERROR([Cannot link against libopensc with SM]) ])
|
||||
AC_CHECK_FUNCS([sc_apdu_get_octets _sc_match_atr list_iterator_next])
|
||||
|
||||
Reference in New Issue
Block a user