*** COM/claymoresystems/ptls/SSLDHPrivateKey.java.orig Wed Nov 24 16:24:46 1999 --- COM/claymoresystems/ptls/SSLDHPrivateKey.java Wed Nov 24 17:00:33 1999 *************** *** 68,74 **** do { p_tmp=new BigInteger(keylength,rand_); ! } while(p_tmp.isProbablePrime(PRIME_CERTAINTY)); rand=rand_; p=p_tmp; --- 68,74 ---- do { p_tmp=new BigInteger(keylength,rand_); ! } while(!p_tmp.isProbablePrime(PRIME_CERTAINTY)); rand=rand_; p=p_tmp;