Module Name:    src
Committed By:   christos
Date:           Mon Jul 20 18:44:09 UTC 2009

Modified Files:
        src/dist/ntp/ntpd: ntp_crypto.c

Log Message:
constify for new openssl


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/dist/ntp/ntpd/ntp_crypto.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/dist/ntp/ntpd/ntp_crypto.c
diff -u src/dist/ntp/ntpd/ntp_crypto.c:1.15 src/dist/ntp/ntpd/ntp_crypto.c:1.16
--- src/dist/ntp/ntpd/ntp_crypto.c:1.15	Tue May 19 21:37:36 2009
+++ src/dist/ntp/ntpd/ntp_crypto.c	Mon Jul 20 14:44:09 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: ntp_crypto.c,v 1.15 2009/05/20 01:37:36 christos Exp $	*/
+/*	$NetBSD: ntp_crypto.c,v 1.16 2009/07/20 18:44:09 christos Exp $	*/
 
 /*
  * ntp_crypto.c - NTP version 4 public key routines
@@ -3024,7 +3024,7 @@
 	X509_EXTENSION *ext;	/* X509v3 extension */
 	struct cert_info *ret;	/* certificate info/value */
 	BIO	*bp;
-	X509V3_EXT_METHOD *method;
+	const X509V3_EXT_METHOD *method;
 	char	pathbuf[MAXFILENAME];
 	const u_char	*uptr;
 	char	*ptr;

Reply via email to