summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2010-05-21 17:21:54 +0000
committermillert <millert@openbsd.org>2010-05-21 17:21:54 +0000
commit882842a50f699dc2f252115fae6b1d68c1a51358 (patch)
treebbd4da231205ccde4ecbca434bb14066b4ebf8c6
parentDon't define NEED_STRNDUP_PROTO (diff)
downloadwireguard-openbsd-882842a50f699dc2f252115fae6b1d68c1a51358.tar.xz
wireguard-openbsd-882842a50f699dc2f252115fae6b1d68c1a51358.zip
Remove strndup and strnlen now that libc includes its own.
Bump the major version to avoid problems if someone updates libkrb5 without updating libc first. OK deraadt@
-rw-r--r--lib/libkrb5/Makefile.roken.inc4
-rw-r--r--lib/libkrb5/shlib_version2
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/libkrb5/Makefile.roken.inc b/lib/libkrb5/Makefile.roken.inc
index aa1234db5c7..f3cd8b7e728 100644
--- a/lib/libkrb5/Makefile.roken.inc
+++ b/lib/libkrb5/Makefile.roken.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.roken.inc,v 1.4 2006/04/29 12:35:56 biorn Exp $
+# $OpenBSD: Makefile.roken.inc,v 1.5 2010/05/21 17:21:54 millert Exp $
.PATH: ${KRB5SRC}/lib/roken
@@ -20,8 +20,6 @@ SRCS+= base64.c \
simple_exec.c \
strcollect.c \
strlwr.c \
- strndup.c \
- strnlen.c \
strsep_copy.c \
strupr.c
diff --git a/lib/libkrb5/shlib_version b/lib/libkrb5/shlib_version
index ffdd3d2d569..94727e17b3a 100644
--- a/lib/libkrb5/shlib_version
+++ b/lib/libkrb5/shlib_version
@@ -1,2 +1,2 @@
-major=17
+major=18
minor=0