You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-mta/nbsmtp/files/nbsmtp-1.00-openssl.patch

13 lines
259 B

--- hmac_md5.c.orig 2006-09-17 17:44:33.000000000 +0100
+++ hmac_md5.c 2006-09-17 17:45:07.000000000 +0100
@@ -5,8 +5,8 @@
* Code taken from RFC2104.
*/
-#include <openssl/md5.h>
#include <string.h>
+#include <openssl/md5.h>
#include "hmac_md5.h"