summaryrefslogtreecommitdiffstats
path: root/crypto/err/err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/err/err.c')
-rw-r--r--crypto/err/err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/err/err.c b/crypto/err/err.c
index 3163163f71..04773d65a6 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -720,7 +720,7 @@ static unsigned long get_error_values(int inc, int top, const char **file, int *
if (es->bottom == es->top) return 0;
if (top)
- i=(es->bottom+1)%ERR_NUM_ERRORS; /* last error */
+ i=es->top; /* last error */
else
i=(es->bottom+1)%ERR_NUM_ERRORS; /* first error */