diff options
author | deraadt <> | 2014-06-12 15:49:31 +0000 |
---|---|---|
committer | deraadt <> | 2014-06-12 15:49:31 +0000 |
commit | 71477dc340552244618421bfc331e3226e59f4ea (patch) | |
tree | 922f5c5799f4bd6917523a1dec91ac763f376db5 /src/lib/libssl/src/crypto/des/fcrypt.c | |
parent | e2ae8e879310fea586d76887b5b37a06a024001f (diff) | |
download | openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.gz openbsd-71477dc340552244618421bfc331e3226e59f4ea.tar.bz2 openbsd-71477dc340552244618421bfc331e3226e59f4ea.zip |
tags as requested by miod and tedu
Diffstat (limited to 'src/lib/libssl/src/crypto/des/fcrypt.c')
-rw-r--r-- | src/lib/libssl/src/crypto/des/fcrypt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/src/crypto/des/fcrypt.c b/src/lib/libssl/src/crypto/des/fcrypt.c index 08054a04c9..e2675fa451 100644 --- a/src/lib/libssl/src/crypto/des/fcrypt.c +++ b/src/lib/libssl/src/crypto/des/fcrypt.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* NOCW */ | 1 | /* $OpenBSD: fcrypt.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */ |
2 | |||
2 | #include <stdio.h> | 3 | #include <stdio.h> |
3 | 4 | ||
4 | /* This version of crypt has been developed from my MIT compatible | 5 | /* This version of crypt has been developed from my MIT compatible |