http://gambaswiki.org/bugtracker/edit?object=BUG.984&from=L21haW4-

Comment #23 by Tyrone LUCERO:

hi, the pacth works for 1.1 and 0.9 but for 1.0 does not, but a simple change, 
i think with the mckay's patch

--- c_digest.c.old 
+++ c_digest.c 
@@ -144,7 +144,7 @@
  * The *_new() and *_free() routines were called *_create() and *_destroy()
  * there.
  */
-#if OPENSSL_VERSION_NUMBER <= 0x0090821fL
+#if OPENSSL_VERSION_NUMBER <= < 0x100000000L
 inline int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx)
 {
        /* Don't assume ctx->md_data was cleaned in EVP_Digest_Final,

this make it works, due inline makes no interfering with the already declared 
in funtionallity terms?



------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to