aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-12 16:17:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-12 16:17:53 +0000
commit3547478fc82fc874b2a7024e23e5a761f31b8524 (patch)
treef29e8207cc1746b70197224c76a78f702fd04a9e /crypto/crypto.h
parent29dc3508138b2bbb1103b50408eb41e22806638f (diff)
downloadopenssl-3547478fc82fc874b2a7024e23e5a761f31b8524.tar.gz
Replace overwritten lines before error codes.
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r--crypto/crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h
index 9edb24dc6d..9582c9af8c 100644
--- a/crypto/crypto.h
+++ b/crypto/crypto.h
@@ -519,6 +519,9 @@ void CRYPTO_mem_leaks_cb(CRYPTO_MEM_LEAK_CB *cb);
void OpenSSLDie(const char *file,int line,const char *assertion);
#define OPENSSL_assert(e) ((e) ? (void)0 : OpenSSLDie(__FILE__, __LINE__, #e))
+unsigned long *OPENSSL_ia32cap_loc(void);
+#define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc()))
+
/* BEGIN ERROR CODES */
/* The following lines are auto generated by the script mkerr.pl. Any changes
* made after this point may be overwritten when the script is next run.