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

Diff for /src/usr.bin/ssh/moduli.c between version 1.9 and 1.9.2.1

version 1.9, 2004/07/11 17:48:47 version 1.9.2.1, 2005/03/10 16:28:27
Line 56 
Line 56 
 #define QTYPE_UNKNOWN           (0)  #define QTYPE_UNKNOWN           (0)
 #define QTYPE_UNSTRUCTURED      (1)  #define QTYPE_UNSTRUCTURED      (1)
 #define QTYPE_SAFE              (2)  #define QTYPE_SAFE              (2)
 #define QTYPE_SCHNOOR           (3)  #define QTYPE_SCHNORR           (3)
 #define QTYPE_SOPHIE_GERMAIN    (4)  #define QTYPE_SOPHIE_GERMAIN    (4)
 #define QTYPE_STRONG            (5)  #define QTYPE_STRONG            (5)
   
Line 530 
Line 530 
                         break;                          break;
                 case QTYPE_UNSTRUCTURED:                  case QTYPE_UNSTRUCTURED:
                 case QTYPE_SAFE:                  case QTYPE_SAFE:
                 case QTYPE_SCHNOOR:                  case QTYPE_SCHNORR:
                 case QTYPE_STRONG:                  case QTYPE_STRONG:
                 case QTYPE_UNKNOWN:                  case QTYPE_UNKNOWN:
                         debug2("%10u: (%u)", count_in, in_type);                          debug2("%10u: (%u)", count_in, in_type);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.9.2.1