Update of /cvsroot/hcoop/domtool2/openssl
In directory sc8-pr-cvs17:/tmp/cvs-serv14114/openssl

Modified Files:
        openssl_sml.c openssl_sml.h 
Log Message:
Some OpenSSL frobbing

Index: openssl_sml.h
===================================================================
RCS file: /cvsroot/hcoop/domtool2/openssl/openssl_sml.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** openssl_sml.h       3 Sep 2006 22:27:30 -0000       1.6
--- openssl_sml.h       16 Jun 2007 21:34:48 -0000      1.7
***************
*** 8,11 ****
--- 8,12 ----
  
  int OpenSSL_SML_get_error(void);
+ int OpenSSL_SML_should_retry(BIO *b);
  const char *OpenSSL_SML_lib_error_string(int err);
  const char *OpenSSL_SML_func_error_string(int err);

Index: openssl_sml.c
===================================================================
RCS file: /cvsroot/hcoop/domtool2/openssl/openssl_sml.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** openssl_sml.c       9 Dec 2006 19:23:26 -0000       1.7
--- openssl_sml.c       16 Jun 2007 21:34:48 -0000      1.8
***************
*** 25,28 ****
--- 25,32 ----
  }
  
+ int OpenSSL_SML_should_retry(BIO *b) {
+   return BIO_should_retry(b);
+ }
+ 
  const char *OpenSSL_SML_lib_error_string(int err) {
    return ERR_lib_error_string(err);


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
hcoop-cvs mailing list
hcoop-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hcoop-cvs

Reply via email to