0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 20:13:05 +02:00

TLSSessionTicketBase: removed the ERROR symbol from a local enum in case it conflicts with a global preprocessor symbol

Signed-off-by: James Yonan <james@openvpn.net>
This commit is contained in:
James Yonan 2019-05-16 15:14:11 -06:00 committed by David Sommerseth
parent 3364ed76b8
commit 3ef5059fa6
No known key found for this signature in database
GPG Key ID: 86CF944C9671FDF2

View File

@ -49,7 +49,6 @@ namespace openvpn {
NO_TICKET,
TICKET_AVAILABLE,
TICKET_EXPIRING,
ERROR
};
class Name