summaryrefslogtreecommitdiff
path: root/src/crypto/dh/dh_asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/dh/dh_asn1.c')
-rw-r--r--src/crypto/dh/dh_asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/dh/dh_asn1.c b/src/crypto/dh/dh_asn1.c
index 1a147eea..9d321807 100644
--- a/src/crypto/dh/dh_asn1.c
+++ b/src/crypto/dh/dh_asn1.c
@@ -76,7 +76,7 @@ static int parse_integer(CBS *cbs, BIGNUM **out) {
static int marshal_integer(CBB *cbb, BIGNUM *bn) {
if (bn == NULL) {
- /* A DH object may be missing some components. */
+ // A DH object may be missing some components.
OPENSSL_PUT_ERROR(DH, ERR_R_PASSED_NULL_PARAMETER);
return 0;
}