diff options
| author | Michael Forney <mforney@mforney.org> | 2017-09-25 10:45:38 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-10-06 12:30:08 -0700 |
| commit | 5e1b5cff93de8582c4f6db3c478c85a878a7ed75 (patch) | |
| tree | 788a22637ddd9ba6b3f6619f11b819f70e12be86 /pkg/openbsd/include | |
| parent | 69edd39f59f9e9900114eb034bc1d9385e135dac (diff) | |
openssh: Update to 7.6p1
Diffstat (limited to 'pkg/openbsd/include')
| -rw-r--r-- | pkg/openbsd/include/resolv.h | 1 |
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); |
