]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- markus@cvs.openbsd.org 2013/12/17 10:36:38
authorDamien Miller <djm@mindrot.org>
Wed, 18 Dec 2013 06:50:39 +0000 (17:50 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 18 Dec 2013 06:50:39 +0000 (17:50 +1100)
     [crypto_api.h]
     I've assempled the header file by cut&pasting from generated headers
     and the source files.

ChangeLog
crypto_api.h

index a473122f9ec6de517cef612c976d5389bdf29639..a8d892f6d915d6c4d604f2a691a68a863e6ddb50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    - 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
index 88668451fa40be62221b7213b8b30d615ba6a7a5..580ba79bd20a47dcc82c6c239ede90ba72ee812f 100644 (file)
@@ -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