From: Nathan S. Evans Date: Thu, 3 Feb 2011 16:07:27 +0000 (+0000) Subject: undo change made by hasty commit X-Git-Tag: initial-import-from-subversion-38251~19197 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=47c783d20a8e085c53a693fc9be4247938f4d203;p=oweals%2Fgnunet.git undo change made by hasty commit --- diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h index 922dda43b..d9cc27ae0 100644 --- a/src/include/gnunet_crypto_lib.h +++ b/src/include/gnunet_crypto_lib.h @@ -689,15 +689,6 @@ GNUNET_CRYPTO_kdf (void *result, size_t out_len, */ struct GNUNET_CRYPTO_RsaPrivateKey *GNUNET_CRYPTO_rsa_key_create (void); - -/** - * Get the size of a key file. - * - * @return size of a gnunet private key - */ -uint32_t -GNUNET_CRYPTO_rsa_key_size (); - /** * Create a new private key by reading it from a file. If the * files does not exist, create a new key and write it to the