Remove all instances of DECAF_API_VIS
[openssl.git] / crypto / ec / curve448 / curve448utils.h
index cce9d37edce9755a25256f69d56110228f47fb72..3bdfc883fc4e097bb240a0b3d11174675c226378 100644 (file)
 extern "C" {
 #endif
 
-/* Goldilocks' build flags default to hidden and stripping executables. */
 /** @cond internal */
 #if defined(DOXYGEN) && !defined(__attribute__)
 #define __attribute__((x))
 #endif
-#define DECAF_API_VIS __attribute__((visibility("default")))
 #define DECAF_NOINLINE  __attribute__((noinline))
 #define DECAF_NONNULL __attribute__((nonnull))
 /** @endcond */