projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change statem prefix to ossl_statem
[openssl.git]
/
ssl
/
ssl_stat.c
diff --git
a/ssl/ssl_stat.c
b/ssl/ssl_stat.c
index
d64ea18
..
8b7257a
100644
(file)
--- a/
ssl/ssl_stat.c
+++ b/
ssl/ssl_stat.c
@@
-89,7
+89,7
@@
const char *SSL_state_string_long(const SSL *s)
{
const char *str;
- if (statem_in_error(s)) {
+ if (
ossl_
statem_in_error(s)) {
return "error";
}
@@
-204,7
+204,7
@@
const char *SSL_state_string(const SSL *s)
{
const char *str;
- if (statem_in_error(s)) {
+ if (
ossl_
statem_in_error(s)) {
return "SSLERR";
}