svn rev #24826: trunk/src/lib/crypto/crypto_tests/

ghudson@MIT.EDU ghudson at MIT.EDU
Sun Apr 3 08:31:13 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24826
Commit By: ghudson
Log Message:
Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; just
prototype krb5int_nfold instead.



Changed Files:
U   trunk/src/lib/crypto/crypto_tests/t_nfold.c
Modified: trunk/src/lib/crypto/crypto_tests/t_nfold.c
===================================================================
--- trunk/src/lib/crypto/crypto_tests/t_nfold.c	2011-04-03 12:26:23 UTC (rev 24825)
+++ trunk/src/lib/crypto/crypto_tests/t_nfold.c	2011-04-03 12:31:13 UTC (rev 24826)
@@ -25,10 +25,12 @@
  */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <assert.h>
 
-#include "crypto_int.h"
+void krb5int_nfold(unsigned int inbits, const unsigned char *in,
+                   unsigned int outbits, unsigned char *out);
 
 #define ASIZE(ARRAY) (sizeof(ARRAY)/sizeof(ARRAY[0]))
 




More information about the cvs-krb5 mailing list