Richard Levitte - VMS Whacker wrote:
>
> From: [EMAIL PROTECTED]
>
> Could you please put things like that inside a #ifdef BN_DEBUG..#endif
> or something similar?
When the code is fit for anything resembling production use, I certainly
will - note that currently there are only about six people in the world
who can actually run this stuff :-)
Cheers,
Ben.
>
> ben> static int dev_crypto_cleanup(EVP_CIPHER_CTX *ctx)
> ben> {
> ben> + fprintf(stderr,"cleanup %d\n",CDATA(ctx)->ses);
> ben> if(ioctl(fd,CIOCFSESSION,&CDATA(ctx)->ses) == -1)
> ben> err("CIOCFSESSION failed");
> ben>
> ben> @@ -325,11 +328,13 @@
> ben> err("CIOCGSESSION failed");
> ben> return 0;
> ben> }
> ben> + fprintf(stderr,"opened %d\n",md_data->sess.ses);
> ben> return 1;
> ben> }
> ben>
> ben> static int dev_crypto_cleanup_digest(MD_DATA *md_data)
> ben> {
> ben> + fprintf(stderr,"cleanup %d\n",md_data->sess.ses);
> ben> if (ioctl(fd,CIOCFSESSION,&md_data->sess.ses) == -1)
> ben> {
> ben> err("CIOCFSESSION failed");
>
> --
> Richard Levitte \ Spannv�gen 38, II \ [EMAIL PROTECTED]
> Redakteur@Stacken \ S-168 35 BROMMA \ T: +46-8-26 52 47
> \ SWEDEN \ or +46-733-72 88 11
> Procurator Odiosus Ex Infernis -- [EMAIL PROTECTED]
> Member of the OpenSSL development team: http://www.openssl.org/
> Software Engineer, GemPlus: http://www.gemplus.com/
>
> Unsolicited commercial email is subject to an archival fee of $400.
> See <http://www.stacken.kth.se/~levitte/mail/> for more info.
--
http://www.apache-ssl.org/ben.html
"There is no limit to what a man can do or how far he can go if he
doesn't mind who gets the credit." - Robert Woodruff
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]