created include guard

This commit is contained in:
Václav Šmejkal 2022-03-05 18:33:26 +01:00
parent 0af28609c5
commit d0cd9353db

View File

@ -0,0 +1,4 @@
#ifndef WHY2_ENCRYPTER_H
#define WHY2_ENCRYPTER_H
#endif