summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_srp.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/_srp.c b/_srp.c
index ff0e2ed..48e1c67 100644
--- a/_srp.c
+++ b/_srp.c
@@ -490,11 +490,8 @@ static void calculate_H_AMK( SRP_HashAlgorithm alg, unsigned char *dest, const B
hash_final( alg, &ctx, dest );
}
-
-static void init_random()
-{
- /* Python module calls random_seed during module initialization */
-}
+/* Python module calls random_seed during module initialization */
+#define init_random()
/***********************************************************************************************************