aboutsummaryrefslogtreecommitdiff
path: root/src/node_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_constants.h')
-rw-r--r--src/node_constants.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/node_constants.h b/src/node_constants.h
index 047d8fc5e7..1de420e2de 100644
--- a/src/node_constants.h
+++ b/src/node_constants.h
@@ -28,6 +28,19 @@
#include "v8.h"
#if HAVE_OPENSSL
+
+#ifndef RSA_PSS_SALTLEN_DIGEST
+#define RSA_PSS_SALTLEN_DIGEST -1
+#endif
+
+#ifndef RSA_PSS_SALTLEN_MAX_SIGN
+#define RSA_PSS_SALTLEN_MAX_SIGN -2
+#endif
+
+#ifndef RSA_PSS_SALTLEN_AUTO
+#define RSA_PSS_SALTLEN_AUTO -2
+#endif
+
#define DEFAULT_CIPHER_LIST_CORE "ECDHE-RSA-AES128-GCM-SHA256:" \
"ECDHE-ECDSA-AES128-GCM-SHA256:" \
"ECDHE-RSA-AES256-GCM-SHA384:" \