Make the record layer directly aware of EtM
[openssl.git] / util / mkerr.pl
index 1cb772c00f1081886b2ee31f7277cbee23ed38b2..861b613b0d9c0889ec3fb9af99f7494e584cca26 100755 (executable)
@@ -117,8 +117,9 @@ if ( $internal ) {
     die "Cannot mix -internal and -static\n" if $static;
     die "Extra parameters given.\n" if @ARGV;
     @source = ( glob('crypto/*.c'), glob('crypto/*/*.c'),
-                glob('ssl/*.c'), glob('ssl/*/*.c'), glob('providers/*.c'),
-                glob('providers/*/*.c'), glob('providers/*/*/*.c') );
+                glob('ssl/*.c'), glob('ssl/*/*.c'), glob('ssl/*/*/*.c'),
+                glob('providers/*.c'), glob('providers/*/*.c'),
+                glob('providers/*/*/*.c') );
 } else {
     die "-module isn't useful without -internal\n" if scalar keys %modules > 0;
     @source = @ARGV;