diff options
Diffstat (limited to 'lib/libssl/src/crypto/des/fcrypt.c')
-rw-r--r-- | lib/libssl/src/crypto/des/fcrypt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/des/fcrypt.c b/lib/libssl/src/crypto/des/fcrypt.c index 08054a04c9d..e2675fa4511 100644 --- a/lib/libssl/src/crypto/des/fcrypt.c +++ b/lib/libssl/src/crypto/des/fcrypt.c @@ -1,4 +1,5 @@ -/* NOCW */ +/* $OpenBSD: fcrypt.c,v 1.11 2014/06/12 15:49:28 deraadt Exp $ */ + #include <stdio.h> /* This version of crypt has been developed from my MIT compatible |