Fix spaces in crypto.h and test-memwipe.c

This commit is contained in:
teor
2015-04-15 19:42:41 +10:00
parent e891deb021
commit af2b6bdaba
2 changed files with 6 additions and 2 deletions
+1
View File
@@ -296,3 +296,4 @@ struct dh_st *crypto_dh_get_dh_(crypto_dh_t *dh);
void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in);
#endif