]> andersk Git - gssapi-openssh.git/blobdiff - openssh/scard.h
Quotes and white space cleanup.
[gssapi-openssh.git] / openssh / scard.h
index 82efe483922085e6d2dc31242fa784e2f584dffb..57189df1c95b091d9fa28ae87aeb7579d90ebf67 100644 (file)
@@ -1,5 +1,3 @@
-/* $OpenBSD: scard.h,v 1.14 2006/08/03 03:34:42 deraadt Exp $ */
-
 /*
  * Copyright (c) 2001 Markus Friedl.  All rights reserved.
  *
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+/* $OpenBSD: scard.h,v 1.6 2001/08/01 22:03:33 markus Exp $ */
+
+#include <openssl/engine.h>
+
 #ifndef SCARD_H
 #define SCARD_H
 
@@ -31,9 +33,8 @@
 #define SCARD_ERROR_NOCARD     -2
 #define SCARD_ERROR_APPLET     -3
 
-Key    **sc_get_keys(const char *, const char *);
+Key    *sc_get_key(const char*);
+ENGINE *sc_get_engine(void);
 void    sc_close(void);
-int     sc_put_key(Key *, const char *);
-char   *sc_get_key_label(Key *);
 
 #endif
This page took 0.039404 seconds and 4 git commands to generate.