diff --git a/src/openvpn/misc.h b/src/openvpn/misc.h
index e9cfadba..2c495d41 100644
--- a/src/openvpn/misc.h
+++ b/src/openvpn/misc.h
@@ -58,11 +58,7 @@ struct user_pass
     bool protected;
 
 /* max length of username/password */
-#ifdef ENABLE_PKCS11
 #define USER_PASS_LEN 4096
-#else
-#define USER_PASS_LEN 128
-#endif
     /* Note that username and password are expected to be null-terminated */
     char username[USER_PASS_LEN];
     char password[USER_PASS_LEN];
