summaryrefslogtreecommitdiff
path: root/scard.c
diff options
context:
space:
mode:
Diffstat (limited to 'scard.c')
-rw-r--r--scard.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/scard.c b/scard.c
index e22da596f..a2d28cba1 100644
--- a/scard.c
+++ b/scard.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: scard.c,v 1.34 2006/08/01 23:36:12 stevesk Exp $ */ 1/* $OpenBSD: scard.c,v 1.35 2006/08/03 03:34:42 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -26,14 +26,16 @@
26#include "includes.h" 26#include "includes.h"
27#if defined(SMARTCARD) && defined(USE_SECTOK) 27#if defined(SMARTCARD) && defined(USE_SECTOK)
28 28
29#include <openssl/evp.h> 29#include <sys/types.h>
30 30
31#include <sectok.h> 31#include <sectok.h>
32#include <string.h> 32#include <string.h>
33 33
34#include <openssl/evp.h>
35
36#include "xmalloc.h"
34#include "key.h" 37#include "key.h"
35#include "log.h" 38#include "log.h"
36#include "xmalloc.h"
37#include "misc.h" 39#include "misc.h"
38#include "scard.h" 40#include "scard.h"
39 41