diff options
author | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-10-07 12:13:50 +0100 |
commit | 487bdb3a5ef6075887b830ccb8a0b14f6da78e93 (patch) | |
tree | a2cff6fec1e6c4b4153a170a3e172cfe6bfdec46 /ssh-pkcs11.h | |
parent | 796ba4fd011b5d0d9d78d592ba2f30fc9d5ed2e7 (diff) | |
parent | 28453d58058a4d60c3ebe7d7f0c31a510cbf6158 (diff) |
Import openssh_6.7p1.orig.tar.gz
Diffstat (limited to 'ssh-pkcs11.h')
-rw-r--r-- | ssh-pkcs11.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ssh-pkcs11.h b/ssh-pkcs11.h index 59f456adf..4d2efda13 100644 --- a/ssh-pkcs11.h +++ b/ssh-pkcs11.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-pkcs11.h,v 1.2 2010/02/24 06:12:53 djm Exp $ */ | 1 | /* $OpenBSD: ssh-pkcs11.h,v 1.3 2014/04/29 18:01:49 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2010 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2010 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -18,3 +18,7 @@ int pkcs11_init(int); | |||
18 | void pkcs11_terminate(void); | 18 | void pkcs11_terminate(void); |
19 | int pkcs11_add_provider(char *, char *, Key ***); | 19 | int pkcs11_add_provider(char *, char *, Key ***); |
20 | int pkcs11_del_provider(char *); | 20 | int pkcs11_del_provider(char *); |
21 | |||
22 | #if !defined(WITH_OPENSSL) && defined(ENABLE_PKCS11) | ||
23 | #undef ENABLE_PKCS11 | ||
24 | #endif | ||