summaryrefslogtreecommitdiff
path: root/providers/implementations/encode_decode/ml_kem_codecs.h
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2026-06-09 19:21:35 +0000
committerEnji Cooper <ngie@FreeBSD.org>2026-06-09 19:21:35 +0000
commit3a71a35ad9dad0e5d2cad8efecc8ba9d57c42d43 (patch)
tree4f5b47534bc1016b89e70bd6dc27382670adcee5 /providers/implementations/encode_decode/ml_kem_codecs.h
parentab5fc4ac933ff67bc800e774dffce15e2a541e90 (diff)
Diffstat (limited to 'providers/implementations/encode_decode/ml_kem_codecs.h')
-rw-r--r--providers/implementations/encode_decode/ml_kem_codecs.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/providers/implementations/encode_decode/ml_kem_codecs.h b/providers/implementations/encode_decode/ml_kem_codecs.h
index 01ef8bbba505..b9add59bb12b 100644
--- a/providers/implementations/encode_decode/ml_kem_codecs.h
+++ b/providers/implementations/encode_decode/ml_kem_codecs.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2025 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2025-2026 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the Apache License 2.0 (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -24,13 +24,9 @@ __owur ML_KEM_KEY *ossl_ml_kem_d2i_PKCS8(const uint8_t *prvenc, int prvlen,
int evp_type, PROV_CTX *provctx,
const char *propq);
__owur int ossl_ml_kem_key_to_text(BIO *out, const ML_KEM_KEY *key, int selection);
-__owur
- __owur int
- ossl_ml_kem_i2d_pubkey(const ML_KEM_KEY *key, unsigned char **out);
-__owur
- __owur int
- ossl_ml_kem_i2d_prvkey(const ML_KEM_KEY *key, unsigned char **out,
- PROV_CTX *provctx);
+__owur int ossl_ml_kem_i2d_pubkey(const ML_KEM_KEY *key, unsigned char **out);
+__owur int ossl_ml_kem_i2d_prvkey(const ML_KEM_KEY *key, unsigned char **out,
+ PROV_CTX *provctx);
#endif /* OPENSSL_NO_ML_KEM */
#endif /* PROV_ML_KEM_CODECS_H */