summaryrefslogtreecommitdiffstats
path: root/providers/implementations/encode_decode/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/encode_decode/build.info')
-rw-r--r--providers/implementations/encode_decode/build.info6
1 files changed, 6 insertions, 0 deletions
diff --git a/providers/implementations/encode_decode/build.info b/providers/implementations/encode_decode/build.info
index 55b7d0ad6e..5b8d9f6ef2 100644
--- a/providers/implementations/encode_decode/build.info
+++ b/providers/implementations/encode_decode/build.info
@@ -15,4 +15,10 @@ SOURCE[$ENCODER_GOAL]=endecoder_common.c
SOURCE[$DECODER_GOAL]=decode_der2key.c decode_pem2der.c decode_ms2key.c
SOURCE[$ENCODER_GOAL]=encode_key2any.c encode_key2text.c encode_key2ms.c
+# encode_key2blob.c is only being included when EC is enabled, because we
+# currently only define a "blob" output type for EC public keys. This may
+# change in the future.
+IF[{- !$disabled{ec} -}]
+ SOURCE[$ENCODER_GOAL]=encode_key2blob.c
+ENDIF
DEPEND[encode_key2any.o]=../../common/include/prov/der_rsa.h