]> andersk Git - openssh.git/blobdiff - md5crypt.c
- deraadt@cvs.openbsd.org 2006/03/19 18:51:18
[openssh.git] / md5crypt.c
index 2833698201595a472137cc8ab50edcc98ebbab3b..253fdfdf27656a6f2d67f58466996cd8327b1957 100644 (file)
@@ -13,8 +13,6 @@
 #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
 #include <openssl/md5.h>
 
-RCSID("$Id$");
-
 /* 0 ... 63 => ascii - 64 */
 static unsigned char itoa64[] =
     "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
This page took 0.034477 seconds and 4 git commands to generate.