Ignore:
Timestamp:
Aug 7, 2014, 8:25:37 PM (11 years ago)
Author:
dmik
Message:

openssl: Merge version 1.0.0n from vendor to trunk.

Location:
openssl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openssl/trunk

  • TabularUnified openssl/trunk/engines/e_padlock.c

    r150 r808  
    109109#endif
    110110
     111#ifdef OPENSSL_NO_DYNAMIC_ENGINE
     112
    111113void ENGINE_load_padlock (void)
    112114{
     
    120122#endif
    121123}
     124
     125#endif
    122126
    123127#ifdef COMPILE_HW_PADLOCK
     
    12191223#ifndef OPENSSL_NO_DYNAMIC_ENGINE
    12201224OPENSSL_EXPORT
     1225int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns);
     1226OPENSSL_EXPORT
    12211227int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { return 0; }
    12221228IMPLEMENT_DYNAMIC_CHECK_FN()
Note: See TracChangeset for help on using the changeset viewer.