Potatso icon indicating copy to clipboard operation
Potatso copied to clipboard

ShadowPath Compile error

Open daheli opened this issue 8 years ago • 5 comments

image

image

ShadowPath/shadowsocks-libev/src/encrypt.h:108:5: error: unknown type name 'cipher_evp_t'
    cipher_evp_t evp;
    ^
ShadowPath/shadowsocks-libev/src/encrypt.h:112:16: error: use of undeclared identifier 'MAX_IV_LENGTH'
    uint8_t iv[MAX_IV_LENGTH];

daheli avatar Jul 26 '16 11:07 daheli