aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2020-08-03 21:52:57 -0500
committerCalvin Rose <calsrose@gmail.com>2020-08-03 21:52:57 -0500
commit9afcec77f602a109cc3314002b35e07c1429654a (patch)
treed29dddfb2c66655421bb08486640e9083ae0156f
parentFix arc4random_buf implementation. (diff)
Disable PRF by default.v1.11.3
-rw-r--r--src/conf/janetconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h
index adcdde42..3095f281 100644
--- a/src/conf/janetconf.h
+++ b/src/conf/janetconf.h
@@ -57,7 +57,7 @@
/* #define JANET_NO_UMASK */
/* Other settings */
-#define JANET_PRF
+/* #define JANET_PRF */
/* #define JANET_NO_UTC_MKTIME */
/* #define JANET_OUT_OF_MEMORY do { printf("janet out of memory\n"); exit(1); } while (0) */
/* #define JANET_EXIT(msg) do { printf("C assert failed executing janet: %s\n", msg); exit(1); } while (0) */