diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-19 18:51:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-03-19 18:51:20 +0000 |
commit | d41d4732f650551a18193ce1c740b7df27ed12dc (patch) | |
tree | 40eb019e5087151de7680d27e7c32123e1bb0105 /usr.bin/ssh/md-sha256.c | |
parent | cf26df33d3d4b274e890d6ca0ea8cc6c69b38ee1 (diff) |
RCSID() can die
Diffstat (limited to 'usr.bin/ssh/md-sha256.c')
-rw-r--r-- | usr.bin/ssh/md-sha256.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/ssh/md-sha256.c b/usr.bin/ssh/md-sha256.c index 08848f8410d..181293b21e8 100644 --- a/usr.bin/ssh/md-sha256.c +++ b/usr.bin/ssh/md-sha256.c @@ -20,7 +20,6 @@ #include <openssl/evp.h> #include <sha2.h> -RCSID("$OpenBSD: md-sha256.c,v 1.1 2006/03/07 09:07:40 djm Exp $"); const EVP_MD *evp_ssh_sha256(void); |