• R
    Some platforms (most notably Windows) do not have a $HOME by default. · f0b54fef
    Richard Levitte 提交于
    For those, unless the environment variables RANDFILE or HOME are
    defined (the default case!), RAND_file_name() will return NULL.
    This change adds a default HOME for those platforms.
    
    To add a default HOME for any platform, just define DEFAULT_HOME in
    the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
    f0b54fef
e_os.h 13.8 KB