summaryrefslogtreecommitdiffstats
path: root/crypto/nss/PRE_SUB_DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/nss/PRE_SUB_DEPENDS')
-rwxr-xr-xcrypto/nss/PRE_SUB_DEPENDS1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/nss/PRE_SUB_DEPENDS b/crypto/nss/PRE_SUB_DEPENDS
index 40b1d65887..dcd5d5642a 100755
--- a/crypto/nss/PRE_SUB_DEPENDS
+++ b/crypto/nss/PRE_SUB_DEPENDS
@@ -1,5 +1,6 @@
case $THIS_SUB_DEPENDS in
3.12.x) if [ $NSS_BRANCH == "3.12" ]; then return 0; fi;;
+ 3.13.x) if [ $NSS_BRANCH == "3.13" ]; then return 0; fi;;
PEM) if [ $NSS_PEM == "y" ]; then return 0; fi;;
esac
return 1