summaryrefslogtreecommitdiff
path: root/src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c
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/pk/asn1/der/general/der_length_asn1_identifier.c
parent238c865807f3efc80c32e9a53b1c7e4f2591f81d (diff)
update libtomcrypt incl. LICENSE (related to #63)
Diffstat (limited to 'src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c')
-rw-r--r--src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c b/src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c
index ac500757..63e6bdd2 100644
--- a/src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c
+++ b/src/ltc/pk/asn1/der/general/der_length_asn1_identifier.c
@@ -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 */
#include "tomcrypt_private.h"
/**
@@ -27,7 +21,3 @@ int der_length_asn1_identifier(const ltc_asn1_list *id, unsigned long *idlen)
}
#endif
-
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */