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