diff options
author | Damien Miller <djm@mindrot.org> | 2010-02-24 07:16:08 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-02-24 07:16:08 +0100 |
commit | 05abd2c96876b959f4a2f71671652064fcedda0d (patch) | |
tree | b7940498b1c6d4dddf6e3ae22ddd84c22a2d313f /ssh-pkcs11-client.c | |
parent | - (djm) [configure.ac] Enable PKCS#11 support only when we find a working (diff) | |
download | openssh-05abd2c96876b959f4a2f71671652064fcedda0d.tar.xz openssh-05abd2c96876b959f4a2f71671652064fcedda0d.zip |
- (djm) [pkcs11.h ssh-pkcs11-client.c ssh-pkcs11-helper.c ssh-pkcs11.c]
[ssh-pkcs11.h] Add $OpenBSD$ RCS idents so we can sync portable
Diffstat (limited to 'ssh-pkcs11-client.c')
-rw-r--r-- | ssh-pkcs11-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-pkcs11-client.c b/ssh-pkcs11-client.c index 37050e04d..650c37342 100644 --- a/ssh-pkcs11-client.c +++ b/ssh-pkcs11-client.c @@ -1,3 +1,4 @@ +/* $OpenBSD: ssh-pkcs11-client.c,v 1.2 2010/02/24 06:12:53 djm Exp $ */ /* * Copyright (c) 2010 Markus Friedl. All rights reserved. * |