Fix typos and errors in Ed25519.pod documentation
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 5071af6231970aa14df275e778f022857afea12d..5769029b7281cd4b05a015c6ed4ca61e4057b5ea 100644 (file)
--- a/e_os.h
+++ b/e_os.h
  * 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