diff options
author | 1998-07-21 22:25:51 +0000 | |
---|---|---|
committer | 1998-07-21 22:25:51 +0000 | |
commit | 8b3ee4a6da5276c7f4f153e4bacad497ef4fc433 (patch) | |
tree | 79b74bbd423c947019b216556252c5562eeb4ec6 /lib/libc | |
parent | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. (diff) | |
download | wireguard-openbsd-8b3ee4a6da5276c7f4f153e4bacad497ef4fc433.tar.xz wireguard-openbsd-8b3ee4a6da5276c7f4f153e4bacad497ef4fc433.zip |
crank minor because of cast
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 a5757c1bcc6..dc34974a494 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ major=20 -minor=0 +minor=1 |