]> andersk Git - gssapi-openssh.git/blobdiff - openssh/scard.h
if PermitPAMUserChange, don't put username from temporary PAM passwd
[gssapi-openssh.git] / openssh / scard.h
index 00999cb09debac04a57bf5ad73e14d856f68641a..57189df1c95b091d9fa28ae87aeb7579d90ebf67 100644 (file)
@@ -1,5 +1,3 @@
-/*     $OpenBSD: scard.h,v 1.11 2002/06/30 21:59:45 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
 
-#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.034688 seconds and 4 git commands to generate.