[BACK]Return to umac.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/umac.c between version 1.15 and 1.16

version 1.15, 2017/11/28 06:09:38 version 1.16, 2017/12/12 15:06:12
Line 52 
Line 52 
 /* --- User Switches ---------------------------------------------------- */  /* --- User Switches ---------------------------------------------------- */
 /* ---------------------------------------------------------------------- */  /* ---------------------------------------------------------------------- */
   
   #ifndef UMAC_OUTPUT_LEN
 #define UMAC_OUTPUT_LEN     8  /* Alowable: 4, 8, 12, 16                  */  #define UMAC_OUTPUT_LEN     8  /* Alowable: 4, 8, 12, 16                  */
   #endif
 /* #define FORCE_C_ONLY        1  ANSI C and 64-bit integers req'd        */  /* #define FORCE_C_ONLY        1  ANSI C and 64-bit integers req'd        */
 /* #define AES_IMPLEMENTAION   1  1 = OpenSSL, 2 = Barreto, 3 = Gladman   */  /* #define AES_IMPLEMENTAION   1  1 = OpenSSL, 2 = Barreto, 3 = Gladman   */
 /* #define SSE2                0  Is SSE2 is available?                   */  /* #define SSE2                0  Is SSE2 is available?                   */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16