Re: cvs commit: openssl/crypto/engine hw_openbsd_dev_crypto.c

2001-09-26 Thread Richard Levitte - VMS Whacker
From: [EMAIL PROTECTED] Could you please put things like that inside a #ifdef BN_DEBUG..#endif or something similar? 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(ct

Re: cvs commit: openssl/crypto/engine hw_openbsd_dev_crypto.c

2001-09-26 Thread Ben Laurie
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