Skip to content

Commit f90f22c

Browse files
committed
fix name of include
Signed-off-by: Stephan Mueller <smueller@chronox.de>
1 parent 594164d commit f90f22c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

slh-dsa/src/avx2/sphincs_utilsx4_avx2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* (https://creativecommons.org/share-your-work/public-domain/cc0/).
2525
*/
2626

27-
#include "sidechannel_resistantce.h"
27+
#include "sidechannel_resistance.h"
2828
#include "sphincs_type.h"
2929
#include "sphincs_address.h"
3030
#include "sphincs_utils.h"

slh-dsa/src/avx2/sphincs_wots_avx2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* (https://creativecommons.org/share-your-work/public-domain/cc0/).
2525
*/
2626

27-
#include "sidechannel_resistantce.h"
27+
#include "sidechannel_resistance.h"
2828
#include "small_stack_support.h"
2929
#include "sphincs_type.h"
3030
#include "sphincs_address.h"

0 commit comments

Comments
 (0)