diff options
Diffstat (limited to 'scard.c')
-rw-r--r-- | scard.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: scard.c,v 1.32 2006/03/25 13:17:02 djm Exp $ */ | 1 | /* $OpenBSD: scard.c,v 1.33 2006/07/25 02:01:34 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -27,7 +27,9 @@ | |||
27 | #if defined(SMARTCARD) && defined(USE_SECTOK) | 27 | #if defined(SMARTCARD) && defined(USE_SECTOK) |
28 | 28 | ||
29 | #include <openssl/evp.h> | 29 | #include <openssl/evp.h> |
30 | |||
30 | #include <sectok.h> | 31 | #include <sectok.h> |
32 | #include <string.h> | ||
31 | 33 | ||
32 | #include "key.h" | 34 | #include "key.h" |
33 | #include "log.h" | 35 | #include "log.h" |