summaryrefslogtreecommitdiff
path: root/src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.c')
-rw-r--r--src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.c b/src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.c
index ddab980d..3af47c5f 100644
--- a/src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.c
+++ b/src/ltc/pk/asn1/der/short_integer/der_encode_short_integer.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"
/**
@@ -89,7 +83,3 @@ int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned lon
}
#endif
-
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */