summaryrefslogtreecommitdiff
path: root/scard.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-07-14 12:13:26 +1000
committerDamien Miller <djm@mindrot.org>2001-07-14 12:13:26 +1000
commit694be4b1d5b42ff176bafbed1c8f2aaa680ff21c (patch)
tree42c727e7807d61f8999c42ef4baa2571e1f3dba6 /scard.h
parent48bfa9cafaff0a8f615cb16449f9a3a2fdc39d67 (diff)
- OpenBSD CVS Sync
- markus@cvs.openbsd.org 2001/07/04 23:13:10 [scard.c scard.h ssh-agent.c] handle card removal more gracefully, add sc_close() to scard.h
Diffstat (limited to 'scard.h')
-rw-r--r--scard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scard.h b/scard.h
index 480be0764..a4303c379 100644
--- a/scard.h
+++ b/scard.h
@@ -22,7 +22,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $OpenBSD: scard.h,v 1.3 2001/06/26 17:27:24 markus Exp $ */
+/* $OpenBSD: scard.h,v 1.4 2001/07/04 23:13:10 markus Exp $ */
#include <openssl/engine.h>
@@ -31,5 +31,6 @@
Key *sc_get_key(int);
ENGINE *sc_get_engine(void);
+void sc_close(void);
#endif