diff options
author | 2008-09-06 12:00:37 +0000 | |
---|---|---|
committer | 2008-09-06 12:00:37 +0000 | |
commit | 22f28624b6cded37d0201f7080fafcc46d61c29d (patch) | |
tree | dc9c0a06d96b68420b299b312c3c2b5d3789adf5 /lib/libc | |
parent | Rename SHA256/384/512 API to avoid namespace collisions with (diff) | |
download | wireguard-openbsd-22f28624b6cded37d0201f7080fafcc46d61c29d.tar.xz wireguard-openbsd-22f28624b6cded37d0201f7080fafcc46d61c29d.zip |
crank for sha2 changes
Diffstat (limited to 'lib/libc')
-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 3352bf6bc12..c05b777c1bd 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,4 +1,4 @@ -major=48 +major=49 minor=0 # note: If changes were made to include/thread_private.h or if system # calls were added/changed then libpthread must also be updated. |