jss/jss-javadocs-param.patch
rcritten dacbd2de69 Add patch to fix javadocs build problem
This is only failing in koji on 64-bit platforms which is really strange. I
    can't reproduce the failure here but I think this will fix it.
2009-06-05 15:26:08 +00:00

14 lines
477 B
Diff

--- jss-4.2.6/mozilla/security/jss/org/mozilla/jss/tests/JCASymKeyGen.java.orig 2008-01-18 16:39:46.000000000 -0500
+++ jss-4.2.6/mozilla/security/jss/org/mozilla/jss/tests/JCASymKeyGen.java 2009-06-05 11:08:54.000000000 -0400
@@ -116,7 +116,9 @@
}
/**
*
- * @param
+ * @param key
+ * @param kg
+ * @return
*/
public javax.crypto.SecretKey genSecretKey(String keyType, String provider){
javax.crypto.SecretKey key = null;