summaryrefslogtreecommitdiff
path: root/pkg/openbsd/include
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2017-09-25 10:45:38 -0700
committerMichael Forney <mforney@mforney.org>2017-10-06 12:30:08 -0700
commit5e1b5cff93de8582c4f6db3c478c85a878a7ed75 (patch)
tree788a22637ddd9ba6b3f6619f11b819f70e12be86 /pkg/openbsd/include
parent69edd39f59f9e9900114eb034bc1d9385e135dac (diff)
openssh: Update to 7.6p1
Diffstat (limited to 'pkg/openbsd/include')
-rw-r--r--pkg/openbsd/include/resolv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/openbsd/include/resolv.h b/pkg/openbsd/include/resolv.h
index 497b13e1..23f19f9c 100644
--- a/pkg/openbsd/include/resolv.h
+++ b/pkg/openbsd/include/resolv.h
@@ -1,2 +1,3 @@
#include_next <resolv.h>
int b64_ntop(unsigned char const *, size_t, char *, size_t);
+int b64_pton(char const *, unsigned char *, size_t);