Skip to content

Commit

Permalink
fix: code review
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Mar 3, 2025
1 parent c319a7e commit 8d7e551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p/transports/tls/certificate.nim
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ var
ctrDrbg: mbedtls_ctr_drbg_context
drbgInitialized = false

proc initializeDRBG() =
proc initializeDRBG() {.raises: [KeyGenerationError].} =
## Function to initialize entropy and DRBG context if not already initialized.
if not drbgInitialized:
mbedtls_entropy_init(addr entropy)
Expand Down

0 comments on commit 8d7e551

Please sign in to comment.