Skip to content

Commit 81fa660

Browse files
NCL-2272 : CHange openvpn password size to 1024
1 parent 1188b6e commit 81fa660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openvpn/misc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ struct user_pass
6565
#ifdef ENABLE_PKCS11
6666
#define USER_PASS_LEN 4096
6767
#else
68-
#define USER_PASS_LEN 4096
68+
#define USER_PASS_LEN 1024
6969
#endif
7070
/* Note that username and password are expected to be null-terminated */
7171
char username[USER_PASS_LEN];

0 commit comments

Comments
 (0)