diff options
Diffstat (limited to 'src/lib/libcrypto/util/mkdef.pl')
-rw-r--r-- | src/lib/libcrypto/util/mkdef.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/util/mkdef.pl b/src/lib/libcrypto/util/mkdef.pl index ab47329097..a4a17e3ae9 100644 --- a/src/lib/libcrypto/util/mkdef.pl +++ b/src/lib/libcrypto/util/mkdef.pl | |||
@@ -257,8 +257,6 @@ $ssl.=" ssl/tls1.h"; | |||
257 | 257 | ||
258 | my $crypto ="crypto/crypto.h"; | 258 | my $crypto ="crypto/crypto.h"; |
259 | $crypto.=" crypto/o_dir.h"; | 259 | $crypto.=" crypto/o_dir.h"; |
260 | $crypto.=" crypto/o_str.h"; | ||
261 | $crypto.=" crypto/o_time.h"; | ||
262 | $crypto.=" crypto/des/des.h crypto/des/des_old.h" ; # unless $no_des; | 260 | $crypto.=" crypto/des/des.h crypto/des/des_old.h" ; # unless $no_des; |
263 | $crypto.=" crypto/idea/idea.h" ; # unless $no_idea; | 261 | $crypto.=" crypto/idea/idea.h" ; # unless $no_idea; |
264 | $crypto.=" crypto/rc4/rc4.h" ; # unless $no_rc4; | 262 | $crypto.=" crypto/rc4/rc4.h" ; # unless $no_rc4; |
@@ -318,7 +316,6 @@ $crypto.=" crypto/krb5/krb5_asn.h"; | |||
318 | $crypto.=" crypto/pqueue/pqueue.h"; | 316 | $crypto.=" crypto/pqueue/pqueue.h"; |
319 | $crypto.=" crypto/cms/cms.h"; | 317 | $crypto.=" crypto/cms/cms.h"; |
320 | $crypto.=" crypto/jpake/jpake.h"; | 318 | $crypto.=" crypto/jpake/jpake.h"; |
321 | $crypto.=" crypto/modes/modes.h"; | ||
322 | 319 | ||
323 | my $symhacks="crypto/symhacks.h"; | 320 | my $symhacks="crypto/symhacks.h"; |
324 | 321 | ||