VirtualBox

Changeset 74325 in vbox


Ignore:
Timestamp:
Sep 17, 2018 9:08:54 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
125134
Message:

configure: Require openssl 1.0.1. bugref:9246

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r74312 r74325  
    836836  printf("found version %s", OPENSSL_VERSION_TEXT);
    837837  SSL_library_init();
    838 #if OPENSSL_VERSION_NUMBER >= 0x10000000
     838#if OPENSSL_VERSION_NUMBER >= 0x10001000
    839839  printf(", OK.\n");
    840840  return 0;
    841841#else
    842   printf(", expected version 1.0.0 or higher\n");
     842  printf(", expected version 1.0.1 or higher\n");
    843843  return 1;
    844844#endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette