ports/net/ssldump/files/patch-ssl_ssldecode.c
Edwin Groothuis 8f7182eecb http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/slow-patch.html
4.4 Patching
    [...]

    Please only use characters [-+._a-zA-Z0-9] for naming your patches.
    Do not use any other characters besides them. Do not name your
    patches like patch-aa or patch-ab etc, always mention path and file
    name in patch names.
2006-01-20 22:04:35 +00:00

10 lines
272 B
C

--- sssl/ssldecode.c.orig Sat Aug 17 05:33:17 2002
+++ ssl/ssldecode.c Fri Jan 20 13:09:49 2006
@@ -50,6 +50,7 @@
#ifdef OPENSSL
#include <openssl/ssl.h>
#include <openssl/hmac.h>
+#include <openssl/md5.h>
#include <openssl/evp.h>
#include <openssl/x509v3.h>
#endif