projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29dc350
)
Replace overwritten lines before error codes.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 12 Apr 2005 16:17:53 +0000
(16:17 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 12 Apr 2005 16:17:53 +0000
(16:17 +0000)
crypto/crypto.h
patch
|
blob
|
history
diff --git
a/crypto/crypto.h
b/crypto/crypto.h
index 9edb24dc6de8df0d4f374464fbf3b0c5da899e21..9582c9af8ca90a4e4605c816fff07d78bc4e4cfe 100644
(file)
--- 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.