• unknown's avatar
    Fix compile failure on Sun C++ 5.7 in yaSSL code · a714c2cf
    unknown authored
     - Trying to use unctions declared as static being used from another file, change them to be inline
    
    
    extra/yassl/taocrypt/mySTL/helpers.hpp:
      Change 'GetMemory' and 'FreeMemory' function te be inline instead of static.
    a714c2cf
helpers.hpp 3.26 KB