diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-24 14:06:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-24 14:06:55 +0000 |
commit | e126f75830cecd510badcaacef8e3aa055b4aec4 (patch) | |
tree | f2a4264534d24a67fda48b8ba4a2139677b478db /sys/netinet/ip_sha1.h | |
parent | b277b44f4d5aa5d3c58909063f992bb8a6f9608c (diff) |
OpenBSD tags + some prototyping police
Diffstat (limited to 'sys/netinet/ip_sha1.h')
-rw-r--r-- | sys/netinet/ip_sha1.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/ip_sha1.h b/sys/netinet/ip_sha1.h index e4fd065782c..2a0cec5777f 100644 --- a/sys/netinet/ip_sha1.h +++ b/sys/netinet/ip_sha1.h @@ -1,3 +1,5 @@ +/* $OpenBSD: ip_sha1.h,v 1.2 1997/02/24 14:06:44 niklas Exp $ */ + /* SHA-1 in C By Steve Reid <steve@edmweb.com> |