summaryrefslogtreecommitdiffstats
path: root/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl.h')
-rw-r--r--ssl.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssl.h b/ssl.h
index 1743346..0e8a7ae 100644
--- a/ssl.h
+++ b/ssl.h
@@ -57,10 +57,6 @@
/* Used in the TLS PRF function */
#define KEY_EXPANSION_ID "OpenVPN"
-/* passwords */
-#define UP_TYPE_AUTH "Auth"
-#define UP_TYPE_PRIVATE_KEY "Private Key"
-
/* packet opcode (high 5 bits) and key-id (low 3 bits) are combined in one byte */
#define P_KEY_ID_MASK 0x07
#define P_OPCODE_SHIFT 3