summaryrefslogtreecommitdiff
path: root/src/ltc/headers/tomcrypt_pk.h
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2020-08-02 10:36:09 +0200
committerKarel Miko <karel.miko@gmail.com>2020-08-02 10:36:09 +0200
commite4cfa89e92059e8cf59d0dea33397e7eb3322483 (patch)
treef6ea70b27bbae1ee524524ebc8940bd82a199307 /src/ltc/headers/tomcrypt_pk.h
parent238c865807f3efc80c32e9a53b1c7e4f2591f81d (diff)
update libtomcrypt incl. LICENSE (related to #63)
Diffstat (limited to 'src/ltc/headers/tomcrypt_pk.h')
-rw-r--r--src/ltc/headers/tomcrypt_pk.h14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ltc/headers/tomcrypt_pk.h b/src/ltc/headers/tomcrypt_pk.h
index 050e1393..55523e8b 100644
--- a/src/ltc/headers/tomcrypt_pk.h
+++ b/src/ltc/headers/tomcrypt_pk.h
@@ -1,11 +1,5 @@
-/* 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.
- */
+/* LibTomCrypt, modular cryptographic library -- Tom St Denis */
+/* SPDX-License-Identifier: Unlicense */
/* ---- NUMBER THEORY ---- */
@@ -785,7 +779,3 @@ int der_decode_generalizedtime(const unsigned char *in, unsigned long *inlen,
int der_length_generalizedtime(const ltc_generalizedtime *gtime, unsigned long *outlen);
#endif
-
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */