diff options
| author | Michael Forney <mforney@mforney.org> | 2020-04-22 02:19:18 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-04-22 22:55:05 -0700 |
| commit | d36ce79317be230c6559f8e1abba88095f998fb1 (patch) | |
| tree | 3cfa4dfc2445c282b3d82eb65f5dd931b7e40672 /pkg/openssh/patch/0001-Include-stdlib.h-for-arc4random_uniform.patch | |
| parent | 0dbae24a86415b956640738c921ddc4079a424c3 (diff) | |
openssh: Update to latest git and port to BearSSL
Diffstat (limited to 'pkg/openssh/patch/0001-Include-stdlib.h-for-arc4random_uniform.patch')
| -rw-r--r-- | pkg/openssh/patch/0001-Include-stdlib.h-for-arc4random_uniform.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/pkg/openssh/patch/0001-Include-stdlib.h-for-arc4random_uniform.patch b/pkg/openssh/patch/0001-Include-stdlib.h-for-arc4random_uniform.patch deleted file mode 100644 index e1a076f6..00000000 --- a/pkg/openssh/patch/0001-Include-stdlib.h-for-arc4random_uniform.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 8e035c27bf466534db0b9233cb038973b1f9ffc5 Mon Sep 17 00:00:00 2001 -From: Michael Forney <mforney@mforney.org> -Date: Wed, 19 Jun 2019 20:06:29 -0700 -Subject: [PATCH] Include stdlib.h for arc4random_uniform - ---- - openbsd-compat/bindresvport.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/openbsd-compat/bindresvport.c b/openbsd-compat/bindresvport.c -index eeb269d5..346c7fe5 100644 ---- a/openbsd-compat/bindresvport.c -+++ b/openbsd-compat/bindresvport.c -@@ -40,6 +40,7 @@ - #include <arpa/inet.h> - - #include <errno.h> -+#include <stdlib.h> - #include <string.h> - - #define STARTPORT 600 --- -2.20.1 - |
