summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/scard.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/scard.c')
-rw-r--r--crypto/openssh/scard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/scard.c b/crypto/openssh/scard.c
index e71815e..db0cc4a 100644
--- a/crypto/openssh/scard.c
+++ b/crypto/openssh/scard.c
@@ -22,8 +22,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifdef SMARTCARD
#include "includes.h"
+#if defined(SMARTCARD) && defined(USE_SECTOK)
RCSID("$OpenBSD: scard.c,v 1.25 2002/03/26 18:46:59 rees Exp $");
#include <openssl/evp.h>
@@ -554,4 +554,4 @@ done:
sectok_close(fd);
return (status);
}
-#endif /* SMARTCARD */
+#endif /* SMARTCARD && USE_SECTOK */
OpenPOWER on IntegriCloud