first step of v2 final release

This commit is contained in:
Zhi Guan
2017-11-05 21:00:36 +08:00
parent 480b9e8d88
commit 27bde477a5
395 changed files with 26341 additions and 31364 deletions

View File

@@ -6,6 +6,8 @@
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
#ifndef HEADER_MODES_LCL_H
#define HEADER_MODES_LCL_H
#include <openssl/modes.h>
@@ -183,3 +185,5 @@ struct ocb128_context {
OCB_BLOCK checksum;
};
#endif /* OPENSSL_NO_OCB */
#endif