aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_rsa.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-05 10:46:04 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-05 10:46:45 +0100
commit4dce2caf4a001bdc03d117474b45fe8712e33a96 (patch)
tree542f4f41947fe5254f7a2433be2f0488dd035161 /src/util/crypto_rsa.c
parent4a085eddc5b52b472cc1320944975fb11c6ebe27 (diff)
downloadgnunet-4dce2caf4a001bdc03d117474b45fe8712e33a96.tar.gz
gnunet-4dce2caf4a001bdc03d117474b45fe8712e33a96.zip
-fix indentation
Diffstat (limited to 'src/util/crypto_rsa.c')
-rw-r--r--src/util/crypto_rsa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index d5eca6225..fec4d13db 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -262,8 +262,8 @@ GNUNET_CRYPTO_rsa_private_key_decode (const void *buf,
262 * @return NULL on error, otherwise the public key 262 * @return NULL on error, otherwise the public key
263 */ 263 */
264struct GNUNET_CRYPTO_RsaPublicKey * 264struct GNUNET_CRYPTO_RsaPublicKey *
265GNUNET_CRYPTO_rsa_private_key_get_public (const struct 265GNUNET_CRYPTO_rsa_private_key_get_public (
266 GNUNET_CRYPTO_RsaPrivateKey *priv) 266 const struct GNUNET_CRYPTO_RsaPrivateKey *priv)
267{ 267{
268 struct GNUNET_CRYPTO_RsaPublicKey *pub; 268 struct GNUNET_CRYPTO_RsaPublicKey *pub;
269 gcry_mpi_t ne[2]; 269 gcry_mpi_t ne[2];