aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_random.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_random.c')
-rw-r--r--src/regex/regex_random.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regex/regex_random.c b/src/regex/regex_random.c
index eee0c7334..6093ed2eb 100644
--- a/src/regex/regex_random.c
+++ b/src/regex/regex_random.c
@@ -23,7 +23,7 @@
23 * @author Maximilian Szengel 23 * @author Maximilian Szengel
24 */ 24 */
25#include "platform.h" 25#include "platform.h"
26#include "gnunet_regex_lib.h" 26#include "regex_internal_lib.h"
27#include "gnunet_crypto_lib.h" 27#include "gnunet_crypto_lib.h"
28#include "regex_internal.h" 28#include "regex_internal.h"
29 29
@@ -61,7 +61,7 @@ get_random_literal ()
61 * needs to be freed, otherwise. 61 * needs to be freed, otherwise.
62 */ 62 */
63char * 63char *
64GNUNET_REGEX_generate_random_regex (size_t rx_length, char *matching_str) 64REGEX_ITERNAL_generate_random_regex (size_t rx_length, char *matching_str)
65{ 65{
66 char *rx; 66 char *rx;
67 char *rx_p; 67 char *rx_p;
@@ -147,7 +147,7 @@ GNUNET_REGEX_generate_random_regex (size_t rx_length, char *matching_str)
147 * @return random string that needs to be freed. 147 * @return random string that needs to be freed.
148 */ 148 */
149char * 149char *
150GNUNET_REGEX_generate_random_string (size_t max_len) 150REGEX_ITERNAL_generate_random_string (size_t max_len)
151{ 151{
152 unsigned int i; 152 unsigned int i;
153 char *str; 153 char *str;