]> andersk Git - gssapi-openssh.git/blobdiff - openssh/scard.h
try handling Globus flavor at the start, so we have a better chance of
[gssapi-openssh.git] / openssh / scard.h
index c0aa9ed30c284cfa4c93a09c3a47be242d9920b6..57189df1c95b091d9fa28ae87aeb7579d90ebf67 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: scard.h,v 1.10 2002/03/25 17:34:27 markus 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
 
-#include "key.h"
-
 #define SCARD_ERROR_FAIL       -1
 #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*);
 
 #endif
This page took 0.038183 seconds and 4 git commands to generate.