diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2008-09-21 14:56:30 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2008-09-21 14:56:30 +0000 |
commit | bb1499d2aac1d25a95b8573ff425751f06f159e1 (patch) | |
tree | a136b5b2317abe8eb83b021afe5e088230fd67e2 /crypto/crypto.h | |
parent | ee266f1253f9cc49430572463d26f72910dfb49e (diff) |
Notes
Diffstat (limited to 'crypto/crypto.h')
-rw-r--r-- | crypto/crypto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index d2b5ffe3325bc..fe2c1d6403422 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -521,6 +521,7 @@ void OpenSSLDie(const char *file,int line,const char *assertion); unsigned long *OPENSSL_ia32cap_loc(void); #define OPENSSL_ia32cap (*(OPENSSL_ia32cap_loc())) +int OPENSSL_isservice(void); /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes |