cxf wrote:
> Hi,all:
>I installed the Cygwin which is the Full version.
>I write the Program as the following:
>#include
>int main()
>{
> EVP_MD_CTX md_ctx;
> unsigned int result_size;
> int rv;
> rv = EVP_SignInit(&md_ctx, EVP_sha1());
> return rv;
>}
Hi,all:
I installed the Cygwin which is the Full version.
I write the Program as the following:
#include
int main()
{
EVP_MD_CTX md_ctx;
unsigned int result_size;
int rv;
rv = EVP_SignInit(&md_ctx, EVP_sha1());
return rv;
}
It is very simple,then I compil
2 matches
Mail list logo