From 3f2d5b73a84b073c7b7c3e5803dd58c1c1b41561 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 18 Jan 2020 16:01:45 +0300 Subject: .gitignore: correct generated header names Signed-off-by: Dmitry Baryshkov --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2e64c187..48e2b7f4 100644 --- a/.gitignore +++ b/.gitignore @@ -45,8 +45,8 @@ core /rotors.h /ecc-curve25519.h /ecc-curve448.h -/ecc-gc256b.h -/ecc-gc512a.h +/ecc-gost-gc256b.h +/ecc-gost-gc512a.h /ecc-secp192r1.h /ecc-secp224r1.h /ecc-secp256r1.h -- cgit v1.2.1