[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Wrong binding for appl_search in GEMLIBS 33 ?
Hello,
attached you find a patch for appl_search in the new GEMLIBS 33. The sequence for AES_CONTROL_ENCODE is
AES-OPCODE, INTIN, INTOUT, ADDRIN, isn't it ?
Dirk
--- aesappl.c.orig Fri Apr 26 13:08:41 1996
+++ aesappl.c Fri Apr 26 13:42:59 1996
@@ -134,7 +134,7 @@
_int_in[0] = mode;
_addrin[0] = fname;
- retval = __aes__(AES_CONTROL_ENCODE(18, 1, 1, 3));
+ retval = __aes__(AES_CONTROL_ENCODE(18, 1, 3, 1));
*type = _int_out[1];
*ap_id = _int_out[2];