diff options
author | Damien Miller <djm@mindrot.org> | 2013-12-18 07:50:39 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-12-18 07:50:39 +0100 |
commit | 6674eb9683afd1ea4eb35670b5e66815543a759e (patch) | |
tree | f5ce0981fc85e3daf57b386f036654a103001b2b | |
parent | - djm@cvs.openbsd.org 2013/12/15 21:42:35 (diff) | |
download | openssh-6674eb9683afd1ea4eb35670b5e66815543a759e.tar.xz openssh-6674eb9683afd1ea4eb35670b5e66815543a759e.zip |
- markus@cvs.openbsd.org 2013/12/17 10:36:38
[crypto_api.h]
I've assempled the header file by cut&pasting from generated headers
and the source files.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | crypto_api.h | 7 |
2 files changed, 9 insertions, 2 deletions
@@ -28,6 +28,10 @@ - djm@cvs.openbsd.org 2013/12/15 21:42:35 [cipher-chachapoly.c] add some comments and constify a constant + - markus@cvs.openbsd.org 2013/12/17 10:36:38 + [crypto_api.h] + I've assempled the header file by cut&pasting from generated headers + and the source files. 20131208 - (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 @@ -/* $OpenBSD: crypto_api.h,v 1.2 2013/12/09 11:08:17 markus Exp $ */ +/* $OpenBSD: crypto_api.h,v 1.3 2013/12/17 10:36:38 markus Exp $ */ -/* Placed in the public domain. */ +/* + * Assembled from generated headers and source files by Markus Friedl. + * Placed in the public domain. + */ #ifndef crypto_api_h #define crypto_api_h |