+* Wed Oct 12 2005 Andrew McNab <Andrew.McNab@man.ac.uk>
+- Fix for older OpenSSL to grst_x509.c from
+ Zoltan.Farkas <Zoltan.Farkas@cern.ch>
+* Wed Oct 12 2005 Andrew McNab <Andrew.McNab@man.ac.uk>
+- ==== GridSite version 1.1.14 ====
* Tue Oct 11 2005 Andrew McNab <Andrew.McNab@man.ac.uk>
- Modify VOMS AC parsing to handle multiple ACs inside
the same X.509 AC extension.
#if OPENSSL_VERSION_NUMBER >= 0x0090701fL
EVP_MD_CTX_init(&ctx);
EVP_VerifyInit_ex(&ctx, EVP_md5(), NULL);
+#else
+ EVP_VerifyInit(&ctx, EVP_md5());
#endif
EVP_VerifyUpdate(&ctx,
#if OPENSSL_VERSION_NUMBER >= 0x0090701fL
EVP_MD_CTX_cleanup(&ctx);
-#endif
+#endif
EVP_PKEY_free(prvkey);
if (ret != 1) /* signature doesnt match, look for more */