• Show log

    Commit

  • Hash : f3d7ff5d
    Author : Azat Khuzhin
    Date : 2015-08-19T13:22:49

    sample/https-client: don't try to free uninitialized SSL
    
    sample/https-client.c:459:3: warning: ‘ssl’ may be used uninitialized in this function [-Wmaybe-uninitialized]
       SSL_free(ssl);