Skip to content

Commit

Permalink
Fixed typo in ossl_ticks2time()
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaura committed Oct 22, 2024
1 parent e6639d9 commit 52698b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl/include/internal/time.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ OSSL_TIME ossl_ticks2time(uint64_t ticks)
OSSL_TIME r;

r = ticks;
return ticks;
return r;
}

/* Convert a time to a tick count */
Expand Down

0 comments on commit 52698b0

Please sign in to comment.