mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Remove extraneous #if/#endif wrapper in crypto_rand.c
I don't know how this got here, but this kind of a wrapper only belongs in a header file.
This commit is contained in:
parent
8ca808f81d
commit
21d184a184
1 changed files with 0 additions and 3 deletions
|
@ -11,7 +11,6 @@
|
|||
* number generators, and working with randomness.
|
||||
**/
|
||||
|
||||
#ifndef CRYPTO_RAND_PRIVATE
|
||||
#define CRYPTO_RAND_PRIVATE
|
||||
|
||||
#include "lib/crypt_ops/crypto_rand.h"
|
||||
|
@ -737,5 +736,3 @@ crypto_force_rand_ssleay(void)
|
|||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* !defined(CRYPTO_RAND_PRIVATE) */
|
||||
|
|
Loading…
Add table
Reference in a new issue