Fixes 24765c30c565ff5daf2b194d958ec3e6d5e9d29a Signed-off-by: Steffen Jaeckel <[email protected]>
@@ -39,6 +39,4 @@ curl -k --form project=libtomcrypt \
--form description="\"libtomcrypt version ${myversion}\"" \
https://scan.coverity.com/builds?project=libtom%2Flibtomcrypt
-# ref: $Format:%D$
-# git commit: $Format:%H$
-# commit time: $Format:%ai$
+# EOF
@@ -10111,7 +10111,3 @@ These three MPI init functions have been introduced in version 1.18.0 and have b
\printindex
\end{document}
-
-% ref: $Format:%D$
-% git commit: $Format:%H$
-% commit time: $Format:%ai$
@@ -406,7 +406,3 @@ $failure ||= process_makefiles(1) if $update_makefiles;
die_usage unless defined $failure;
exit $failure ? 1 : 0;
@@ -141,7 +141,3 @@ coverage: $(call print-help,coverage,Create code-coverage of the library - but b
# cleans everything - coverage output and standard 'clean'
cleancov: cleancov-clean clean
@@ -329,7 +329,3 @@ install_bins: hashsum
install_docs: doc/crypt.pdf
cmd /c if not exist "$(PREFIX)\doc" mkdir "$(PREFIX)\doc"
copy /Y doc\crypt.pdf "$(PREFIX)\doc"
@@ -314,7 +314,3 @@ install_bins: hashsum
@@ -104,7 +104,3 @@ install_bins: $(call print-help,install_bins,Installs the useful demos ($(USEFUL
uninstall: $(call print-help,uninstall,Uninstalls the library + headers + pkg-config file) .common_uninstall
rm $(DESTDIR)$(LIBPATH)/pkgconfig/libtomcrypt.pc
@@ -342,7 +342,3 @@ install_bins: hashsum
@mkdir -p $(DESTDIR)$(DATAPATH)
@cp doc/crypt.pdf $(DESTDIR)$(DATAPATH)/
@@ -551,7 +551,3 @@ codecheck: $(call print-help,codecheck,Check the code of the library)
perlcritic *.pl
help: $(call print-help,help,That's what you're currently looking at)
@@ -170,8 +170,3 @@ printf(" }\n}\n\n");
return 0;
}
-/* ref: $Format:%D$ */
-/* git commit: $Format:%H$ */
-/* commit time: $Format:%ai$ */
@@ -87,9 +87,3 @@ int main(void)
@@ -12,8 +12,3 @@ int main(void)
@@ -65,7 +65,3 @@ bash .ci/run.sh "NO_TIMING_RESISTANCE" "-DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_R
# CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE
bash .ci/run.sh "CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE" "-DLTC_CLEAN_STACK -DLTC_NO_TABLES -DLTC_SMALL_CODE -DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_RSA_BLINDING" "$mk" "$2" "$3" || exit 1
@@ -10,7 +10,3 @@ if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
fi
exit 0