summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--crypto_api.h7
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a473122f9..a8d892f6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,10 @@
28 - djm@cvs.openbsd.org 2013/12/15 21:42:35 28 - djm@cvs.openbsd.org 2013/12/15 21:42:35
29 [cipher-chachapoly.c] 29 [cipher-chachapoly.c]
30 add some comments and constify a constant 30 add some comments and constify a constant
31 - markus@cvs.openbsd.org 2013/12/17 10:36:38
32 [crypto_api.h]
33 I've assempled the header file by cut&pasting from generated headers
34 and the source files.
31 35
3220131208 3620131208
33 - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna 37 - (djm) [openbsd-compat/bsd-setres_id.c] Missing header; from Corinna
diff --git a/crypto_api.h b/crypto_api.h
index 88668451f..580ba79bd 100644
--- a/crypto_api.h
+++ b/crypto_api.h
@@ -1,6 +1,9 @@
1/* $OpenBSD: crypto_api.h,v 1.2 2013/12/09 11:08:17 markus Exp $ */ 1/* $OpenBSD: crypto_api.h,v 1.3 2013/12/17 10:36:38 markus Exp $ */
2 2
3/* Placed in the public domain. */ 3/*
4 * Assembled from generated headers and source files by Markus Friedl.
5 * Placed in the public domain.
6 */
4 7
5#ifndef crypto_api_h 8#ifndef crypto_api_h
6#define crypto_api_h 9#define crypto_api_h