more clean-up of headers

This commit is contained in:
Steffen Jaeckel
2017-06-17 13:18:47 +02:00
parent 4dc211e19d
commit fb35d5be54
12 changed files with 29 additions and 14 deletions
-1
View File
@@ -5,7 +5,6 @@
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"
+9
View File
@@ -1,3 +1,12 @@
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*/
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
+1 -2
View File
@@ -1,11 +1,10 @@
/* LibTomCrypt, modular cryptographic library
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The library is free for all purposes without any express
* guarantee it works.
*
*/
#include "tomcrypt.h"