X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=e_os.h;h=5769029b7281cd4b05a015c6ed4ca61e4057b5ea;hb=f52292be10cb42c25ae83be969d3ad469ea7cb4e;hp=5071af6231970aa14df275e778f022857afea12d;hpb=0d66475908a5679ee588641c43b3cb6a2d6b164a;p=openssl.git diff --git a/e_os.h b/e_os.h index 5071af6231..5769029b72 100644 --- a/e_os.h +++ b/e_os.h @@ -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