From 64efe9671d1b2056e8799dc3a4a2e87925d9804b Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 23 Sep 2011 11:13:00 +1000 Subject: [PATCH] - (djm) [openbsd-compat/sha2.c openbsd-compat/sha2.h] Remove OpenBSD rcsid marker. The upstream API has changed (function and structure names) enough to put it out of sync with other providers of this interface. --- ChangeLog | 3 +++ openbsd-compat/sha2.c | 2 +- openbsd-compat/sha2.h | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d10d53cfb..2606178a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ upstream version is YPified and we don't want this - (djm) [openbsd-compat/mktemp.c] forklift upgrade to -current version. The file was totally rewritten between what we had in tree and -current. + - (djm) [openbsd-compat/sha2.c openbsd-compat/sha2.h] Remove OpenBSD rcsid + marker. The upstream API has changed (function and structure names) + enough to put it out of sync with other providers of this interface. - OpenBSD CVS Sync - millert@cvs.openbsd.org 2006/05/05 15:27:38 [openbsd-compat/strlcpy.c] diff --git a/openbsd-compat/sha2.c b/openbsd-compat/sha2.c index cf8e0ad66..f5bf74d1f 100644 --- a/openbsd-compat/sha2.c +++ b/openbsd-compat/sha2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sha2.c,v 1.11 2005/08/08 08:05:35 espie Exp $ */ +/* from OpenBSD: sha2.c,v 1.11 2005/08/08 08:05:35 espie Exp */ /* * FILE: sha2.c diff --git a/openbsd-compat/sha2.h b/openbsd-compat/sha2.h index 821f2dd6c..73e94f150 100644 --- a/openbsd-compat/sha2.h +++ b/openbsd-compat/sha2.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sha2.h,v 1.6 2004/06/22 01:57:30 jfb Exp $ */ +/* OpenBSD: sha2.h,v 1.6 2004/06/22 01:57:30 jfb Exp */ /* * FILE: sha2.h