summaryrefslogtreecommitdiffstats
path: root/sys/sys/md5.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-12-22 10:31:34 +0000
committerphk <phk@FreeBSD.org>1996-12-22 10:31:34 +0000
commit4b323a26531396e5fd92f1df516b2dd458a56933 (patch)
treeade123fd06fd07423c3f523f28f87b0c27a5b801 /sys/sys/md5.h
parent350e9588f96969641006c14a51d8dda12562fa2a (diff)
downloadFreeBSD-src-4b323a26531396e5fd92f1df516b2dd458a56933.zip
FreeBSD-src-4b323a26531396e5fd92f1df516b2dd458a56933.tar.gz
Fixup for new location.
This file came here by a repository copy.
Diffstat (limited to 'sys/sys/md5.h')
-rw-r--r--sys/sys/md5.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/md5.h b/sys/sys/md5.h
index 422cd7b..71b3d6c 100644
--- a/sys/sys/md5.h
+++ b/sys/sys/md5.h
@@ -1,5 +1,5 @@
/* MD5.H - header file for MD5C.C
- * $FreeBSD$
+ * $Id$
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
@@ -24,8 +24,8 @@ These notices must be retained in any copies of any part of this
documentation and/or software.
*/
-#ifndef _MD5_H_
-#define _MD5_H_
+#ifndef _SYS_MD5_H_
+#define _SYS_MD5_H_
/* MD5 context. */
typedef struct MD5Context {
u_int32_t state[4]; /* state (ABCD) */
@@ -39,4 +39,4 @@ void MD5Final (unsigned char [16], MD5_CTX *);
char * MD5End(MD5_CTX *, char *);
char * MD5File(char *, char *);
char * MD5Data(const unsigned char *, unsigned int, char *);
-#endif /* _MD5_H_ */
+#endif /* _SYS_MD5_H_ */
OpenPOWER on IntegriCloud