summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448utils.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-11-16 17:18:57 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commit09ffbc94f21ff564e5bb0bbd1c6624e608412308 (patch)
treee6388124ad3a63153b3f60d65236b5439004c966 /crypto/ec/curve448/curve448utils.h
parent9455aab4fecc37a8e10dfb1167c70b0b7cf28715 (diff)
Remove all instances of DECAF_API_VIS
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/curve448utils.h')
-rw-r--r--crypto/ec/curve448/curve448utils.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h
index cce9d37edc..3bdfc883fc 100644
--- a/crypto/ec/curve448/curve448utils.h
+++ b/crypto/ec/curve448/curve448utils.h
@@ -20,12 +20,10 @@
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 */