Commit Diff


commit - ddfc031c3bb99a251eb927a71f7f77288c869de3
commit + a1afc8529d03515d361110edcabb73402527be89
blob - 405b906ce26843475aeda881ec7a488b364779d4
blob + aa50971121513eefe0e2df607d65f0ffb71c2792
--- src/libsec/port/primetest.c
+++ src/libsec/port/primetest.c
@@ -10,7 +10,7 @@ main(void)
 	mpint *q = mpnew(0);
 	mpint *nine = mpnew(0);
 
-	fmtinstall('B', mpconv);
+	fmtinstall('B', mpfmt);
 	strtomp("2492491", nil, 16, z);	/* 38347921 = x*y = (2**28-9)/7,  */
 				/*    an example of 3**(n-1)=1 mod n */
 	strtomp("15662C00E811", nil, 16, p);/* 23528569104401, a prime */