summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-09-23 11:13:00 +1000
committerDamien Miller <djm@mindrot.org>2011-09-23 11:13:00 +1000
commit64efe9671d1b2056e8799dc3a4a2e87925d9804b (patch)
tree53c0a2195e0a6b91edebe462a737de1299a9b951
parent48886713435eb8c62c04b615edad36aebb5fa30b (diff)
- (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.
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/sha2.c2
-rw-r--r--openbsd-compat/sha2.h2
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 @@
6 upstream version is YPified and we don't want this 6 upstream version is YPified and we don't want this
7 - (djm) [openbsd-compat/mktemp.c] forklift upgrade to -current version. 7 - (djm) [openbsd-compat/mktemp.c] forklift upgrade to -current version.
8 The file was totally rewritten between what we had in tree and -current. 8 The file was totally rewritten between what we had in tree and -current.
9 - (djm) [openbsd-compat/sha2.c openbsd-compat/sha2.h] Remove OpenBSD rcsid
10 marker. The upstream API has changed (function and structure names)
11 enough to put it out of sync with other providers of this interface.
9 - OpenBSD CVS Sync 12 - OpenBSD CVS Sync
10 - millert@cvs.openbsd.org 2006/05/05 15:27:38 13 - millert@cvs.openbsd.org 2006/05/05 15:27:38
11 [openbsd-compat/strlcpy.c] 14 [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 @@
1/* $OpenBSD: sha2.c,v 1.11 2005/08/08 08:05:35 espie Exp $ */ 1/* from OpenBSD: sha2.c,v 1.11 2005/08/08 08:05:35 espie Exp */
2 2
3/* 3/*
4 * FILE: sha2.c 4 * 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 @@
1/* $OpenBSD: sha2.h,v 1.6 2004/06/22 01:57:30 jfb Exp $ */ 1/* OpenBSD: sha2.h,v 1.6 2004/06/22 01:57:30 jfb Exp */
2 2
3/* 3/*
4 * FILE: sha2.h 4 * FILE: sha2.h