summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/scard.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ssh/scard.h')
-rw-r--r--usr.bin/ssh/scard.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/ssh/scard.h b/usr.bin/ssh/scard.h
index 46f873b35af..480be0764f3 100644
--- a/usr.bin/ssh/scard.h
+++ b/usr.bin/ssh/scard.h
@@ -22,9 +22,14 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-/* $OpenBSD: scard.h,v 1.2 2001/06/26 06:32:59 itojun Exp $ */
+/* $OpenBSD: scard.h,v 1.3 2001/06/26 17:27:24 markus Exp $ */
#include <openssl/engine.h>
+#ifndef SCARD_H
+#define SCARD_H
+
Key *sc_get_key(int);
ENGINE *sc_get_engine(void);
+
+#endif