summaryrefslogtreecommitdiff
path: root/scard.c
diff options
context:
space:
mode:
Diffstat (limited to 'scard.c')
-rw-r--r--scard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/scard.c b/scard.c
index cfcd953bd..6e6de2f32 100644
--- a/scard.c
+++ b/scard.c
@@ -24,7 +24,7 @@
24 24
25#ifdef SMARTCARD 25#ifdef SMARTCARD
26#include "includes.h" 26#include "includes.h"
27RCSID("$OpenBSD: scard.c,v 1.12 2001/08/01 23:38:45 markus Exp $"); 27RCSID("$OpenBSD: scard.c,v 1.13 2001/08/02 16:14:05 jakob Exp $");
28 28
29#include <openssl/engine.h> 29#include <openssl/engine.h>
30#include <sectok.h> 30#include <sectok.h>
@@ -369,4 +369,4 @@ sc_get_key(const char *id)
369 return k; 369 return k;
370 sc_close(); 370 sc_close();
371} 371}
372#endif 372#endif /* SMARTCARD */