Skip to content

Commit b749325

Browse files
committed
fix misplaced #endif
1 parent 7f6a4e1 commit b749325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream/salsa20/xsalsa20_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ int xsalsa20_test(void)
8080
if ((err = _sha256(hash, keystream, keystreamlen)) != CRYPT_OK) return err;
8181
if (compare_testvector(hash, sizeof(hash), expecthash, sizeof(expecthash), "XSALSA20-TV2", 1)) return CRYPT_FAIL_TESTVECTOR;
8282
}
83+
#endif
8384

8485
return CRYPT_OK;
85-
#endif
8686

8787
#endif
8888
}

0 commit comments

Comments
 (0)