diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-10 22:53:02 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-10 22:53:02 +0000 |
commit | 7f713d9ace4c5809f5dff75d423f0ba82b6b351e (patch) | |
tree | 5ab3a515992ceaef652754b6533277498feb3612 /lib/libc/shlib_version | |
parent | 4edac6ae5359b2e8b2bba77d0c4498c7afc8de45 (diff) |
Different sha1 functions (taken from netinet's if_sha1.c) that
are more consistent with md4/md5 functions.
Diffstat (limited to 'lib/libc/shlib_version')
-rw-r--r-- | lib/libc/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 712afbbad41..39f68a31b77 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=16 -minor=4 +minor=5 |