From af2b6bdaba85d617f9eb93c67457f8b89b088b2d Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 15 Apr 2015 19:42:41 +1000 Subject: Fix spaces in crypto.h and test-memwipe.c --- src/common/crypto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/crypto.h') diff --git a/src/common/crypto.h b/src/common/crypto.h index 440ff23ee8..b9c26a4551 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -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 + -- cgit v1.2.3-54-g00ecf