diff options
author | 1996-06-03 22:20:31 +0000 | |
---|---|---|
committer | 1996-06-03 22:20:31 +0000 | |
commit | ee815117eed31ba66cfa929d47f97f54ee7de8cc (patch) | |
tree | bb01ea5835d2c486890f8e390a9407cbe933bc0e /lib/libc/shlib_version | |
parent | Added md5 utility needed by the "ports" system. From FreeBSD (diff) | |
download | wireguard-openbsd-ee815117eed31ba66cfa929d47f97f54ee7de8cc.tar.xz wireguard-openbsd-ee815117eed31ba66cfa929d47f97f54ee7de8cc.zip |
Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
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 d7d79c18fcb..0602d9953e9 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=5 +minor=6 |