Index: head/irc/ratbox-respond/files/patch-ratbox-respond_ratbox-respond.c =================================================================== --- head/irc/ratbox-respond/files/patch-ratbox-respond_ratbox-respond.c (nonexistent) +++ head/irc/ratbox-respond/files/patch-ratbox-respond_ratbox-respond.c (revision 487029) @@ -0,0 +1,23 @@ +--- ratbox-respond/ratbox-respond.c.orig 2018-10-09 21:09:45 UTC ++++ ratbox-respond/ratbox-respond.c +@@ -27,8 +27,10 @@ + #include + #include + #include ++#include + #include + #include ++#include + #include + #include + #include +@@ -235,7 +237,9 @@ main(int argc, char **argv) + return -1; + } + ++#if OPENSSL_VERSION_NUMBER < 0x10100000L + SSLeay_add_all_ciphers(); ++#endif + rsa = PEM_read_RSAPrivateKey(kfile, NULL,pass_cb, NULL); + + if(!rsa) Property changes on: head/irc/ratbox-respond/files/patch-ratbox-respond_ratbox-respond.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property