Update 1.1.1-pre8

This commit is contained in:
2018-06-24 20:52:36 +09:00
parent 5d513892b8
commit 4c4004fa50
48 changed files with 288 additions and 298 deletions
-8
View File
@@ -22,10 +22,6 @@
* outside; this file e_os.h is not part of the exported interface.
*/
#ifdef __cplusplus
extern "C" {
#endif
# ifndef DEVRANDOM
/*
* set this to a comma-separated list of 'random' device files to try out. By
@@ -325,8 +321,4 @@ struct servent *getservbyname(const char *name, const char *proto);
# define CRYPTO_memcmp memcmp
#endif
#ifdef __cplusplus
}
#endif
#endif