summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/remove_pki_components3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/remove_pki_components b/scripts/remove_pki_components
index 63dab7c00..b673d0ad0 100755
--- a/scripts/remove_pki_components
+++ b/scripts/remove_pki_components
@@ -124,6 +124,9 @@ printf "done.\n\n"
PKI_COMPONENT_LIST=""
for COMPONENT in ${PKI_COMPONENTS} ; do
+ if [ "${COMPONENT}" = "bouncycastle-pkix" ] ; then
+ continue
+ fi
if [ "${PKI_COMPONENT_LIST}" = "" ] ; then
PKI_COMPONENT_LIST="${COMPONENT}"
else