openbsd-ports/net/ntp/stable/patches/patch-libntp_a_md5encrypt_c
danh 8f1d8b61c9 - use MD5* functions from libc instead of included ones.
- drop the README file from the examples directory
2003-02-25 14:56:25 +00:00

13 lines
384 B
Plaintext

$OpenBSD: patch-libntp_a_md5encrypt_c,v 1.1 2003/02/25 14:56:26 danh Exp $
--- libntp/a_md5encrypt.c.orig Tue Feb 25 09:04:29 2003
+++ libntp/a_md5encrypt.c Tue Feb 25 09:04:39 2003
@@ -19,7 +19,7 @@
#include "ntp_types.h"
#include "ntp_string.h"
#include "global.h"
-#include "md5.h"
+#include <md5.h>
#include "ntp_stdlib.h"
#define BLOCK_OCTETS 16 /* message digest size */