mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-05 15:45:04 -04:00
Fixup windows build
This commit is contained in:
parent
8718a442d1
commit
014b5255ed
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ std::string RsPeerLastConnectString(uint32_t lastConnect);
|
|||
|
||||
enum class RsAuthSslError: uint8_t
|
||||
{
|
||||
NO_ERROR = 0x00,
|
||||
// NO_ERROR = 0x00, // enabling break windows build
|
||||
MISSING_AUTHENTICATION_INFO = 0x01,
|
||||
PGP_SIGNATURE_VALIDATION_FAILED = 0x02,
|
||||
MISMATCHED_PGP_ID = 0x03,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue