diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh
index fe519f48c1176ee7ad1ae2db8410edaa7cc950d0..aa9265e46b436f887f08c3e60adf3f53212b4744 100755
--- a/distro/scripts/adl_cots.sh
+++ b/distro/scripts/adl_cots.sh
@@ -442,18 +442,7 @@ mk_cminpak(){
     return 0
 }
 
-mk_open_ssl()
-{
-    echo ${FUNCNAME[0]}
-    tar_name=openssl-1.0.2a.tar.gz && \
-    rm -fr ${BUILD}/openssl* && \
-    install_the_source ${tar_name}  && \
-    cd ${BUILD}/open* && \
-    ./config --openssldir=${BUILD} --prefix=${USER_COTS_PATH} && \
-    make && \
-    make test && \
-    make install
-}
+
 
 where()
 {
@@ -546,7 +535,6 @@ all()
     mk_slatec4 && \
     mk_lapack && \
     mk_pppack && \
-               exit && \
     mk_libtool && \
     mk_cminpak && \
     mk_proto && \
diff --git a/distro/tars/cminpack-1.3.6.zip b/distro/tars/cminpack-1.3.6.zip
new file mode 100755
index 0000000000000000000000000000000000000000..09b61dbad0a82c9cb55eaa0089c240fa28d4e662
Binary files /dev/null and b/distro/tars/cminpack-1.3.6.zip differ
diff --git a/distro/tars/libtool-2.4.6.tar.gz b/distro/tars/libtool-2.4.6.tar.gz
new file mode 100755
index 0000000000000000000000000000000000000000..9d853b6ff488b0625dc67a07246bb4e434e8ff12
Binary files /dev/null and b/distro/tars/libtool-2.4.6.tar.gz differ
diff --git a/distro/tars/protobuf-3.8.x.zip b/distro/tars/protobuf-3.8.x.zip
new file mode 100755
index 0000000000000000000000000000000000000000..7bd73fc3b8ac1d9f6efb1adf4bec1865a4d2acc5
Binary files /dev/null and b/distro/tars/protobuf-3.8.x.zip differ