projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
215b782
)
fix up #ifdef on rcsid_md4_c
author
John Kohl
<jtkohl@mit.edu>
Fri, 1 Mar 1991 08:55:49 +0000
(08:55 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Fri, 1 Mar 1991 08:55:49 +0000
(08:55 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1822
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/crypto/md4/md4.c
patch
|
blob
|
history
diff --git
a/src/lib/crypto/md4/md4.c
b/src/lib/crypto/md4/md4.c
index 1e1be9818879395a7e6b327e036cb40801cf51fd..8e39792f4ce21a39304ae6cb866f73b1edf7b77c 100644
(file)
--- a/
src/lib/crypto/md4/md4.c
+++ b/
src/lib/crypto/md4/md4.c
@@
-4,9
+4,9
@@
* $Id$
*/
-#if
ndef lint
+#if
!defined(lint) && !defined(SABER)
static char rcsid_md4_c[] = "$Id$";
-#endif /*
lint
*/
+#endif /*
!lint & !SABER
*/
/*
**********************************************************************