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

Diff for /src/usr.bin/openssl/speed.c between version 1.33 and 1.34

version 1.33, 2023/05/20 12:03:02 version 1.34, 2023/07/27 07:01:50
Line 1746 
Line 1746 
         if (!mr) {          if (!mr) {
                 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION));                  fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_VERSION));
                 fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON));                  fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_BUILT_ON));
                 printf("options:");                  fprintf(stdout, "%s\n", SSLeay_version(SSLEAY_CFLAGS));
                 printf("%s ", BN_options());  
 #ifndef OPENSSL_NO_RC4  
                 printf("%s ", RC4_options());  
 #endif  
 #ifndef OPENSSL_NO_DES  
                 printf("%s ", DES_options());  
 #endif  
 #ifndef OPENSSL_NO_AES  
                 printf("%s ", AES_options());  
 #endif  
 #ifndef OPENSSL_NO_IDEA  
                 printf("%s ", idea_options());  
 #endif  
 #ifndef OPENSSL_NO_BF  
                 printf("%s ", BF_options());  
 #endif  
                 fprintf(stdout, "\n%s\n", SSLeay_version(SSLEAY_CFLAGS));  
         }          }
         if (pr_header) {          if (pr_header) {
                 if (mr)                  if (mr)

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34