View | Details | Raw Unified
Collapse All | Expand All

(-) wvstreams-3.70/src/crypto/wvcrypto.cc (-1 / +2 lines)
 Lines 146-152    Link Here 
    int bufsize = ((hexbytes < 2048) ? 2048 : hexbytes) + 16;
    int bufsize = ((hexbytes < 2048) ? 2048 : hexbytes) + 16;
    //int bufsize = hexbytes/2;
    //int bufsize = hexbytes/2;
    
    
    unsigned char *keybuf = new unsigned char[bufsize], *bufp;
    unsigned char *keybuf = new unsigned char[bufsize];
    const unsigned char *bufp;
    char *keystr;
    char *keystr;
    RSA *rp;
    RSA *rp;