Index: /trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp
===================================================================
--- /trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp	(revision 61891)
+++ /trunk/src/VBox/Runtime/common/crypto/digest-builtin.cpp	(revision 61892)
@@ -653,5 +653,9 @@
     RTDIGESTTYPE_UNKNOWN,
     EVP_MAX_MD_SIZE,
-    0,
+# if OPENSSL_VERSION_NUMBER >= 0x10100000
+    0,
+# else
+    sizeof(EVP_MD_CTX),
+# endif
     0,
 # if OPENSSL_VERSION_NUMBER >= 0x10100000
