]> andersk Git - openssh.git/blobdiff - scard.c
- deraadt@cvs.openbsd.org 2006/08/03 03:34:42
[openssh.git] / scard.c
diff --git a/scard.c b/scard.c
index e22da596fc0c23f9a190879b79f28e048883d8de..a2d28cba18789137e2962bf52c9f7ac14f93aacf 100644 (file)
--- a/scard.c
+++ b/scard.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scard.c,v 1.34 2006/08/01 23:36:12 stevesk Exp $ */
+/* $OpenBSD: scard.c,v 1.35 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
 #include "includes.h"
 #if defined(SMARTCARD) && defined(USE_SECTOK)
 
-#include <openssl/evp.h>
+#include <sys/types.h>
 
 #include <sectok.h>
 #include <string.h>
 
+#include <openssl/evp.h>
+
+#include "xmalloc.h"
 #include "key.h"
 #include "log.h"
-#include "xmalloc.h"
 #include "misc.h"
 #include "scard.h"
 
This page took 0.036247 seconds and 4 git commands to generate.