SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
www/ratproxy/patches/patch-ssl_h
Normal file
13
www/ratproxy/patches/patch-ssl_h
Normal file
|
@ -0,0 +1,13 @@
|
|||
Fix -fno-common build failure.
|
||||
|
||||
--- ssl.h.org Sat Jan 30 08:09:44 2021
|
||||
+++ ssl.h Sat Jan 30 08:09:56 2021
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
#include "types.h"
|
||||
|
||||
-_s32 ssl_cli_tap, ssl_srv_tap;
|
||||
+extern _s32 ssl_cli_tap, ssl_srv_tap;
|
||||
|
||||
void ssl_setup(void);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue