diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build
index 9869bfe77c78..dbf7f016e1b4 100644
--- a/src/libcamera/meson.build
+++ b/src/libcamera/meson.build
@@ -90,6 +90,9 @@ endif
 
 if not libcrypto.found()
     warning('Neither gnutls nor libcrypto found, all IPA modules will be isolated')
+    summary({'IPA Signatures': 'Isolated'}, section: 'Configuration')
+else
+    summary({'IPA Signatures': libcrypto.name()}, section: 'Configuration')
 endif
 
 if liblttng.found()
