summaryrefslogtreecommitdiff
path: root/openbsd-compat/sha2.c
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 /openbsd-compat/sha2.c
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.
Diffstat (limited to 'openbsd-compat/sha2.c')
-rw-r--r--openbsd-compat/sha2.c2
1 files changed, 1 insertions, 1 deletions
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