VMS: stop trying to build shared libraries from static ones
[oweals/openssl.git] / Configurations / windows-makefile.tmpl
index c8b0cf1c31126d75544303bad05bfb518e60c990..148ddf4c60e21e21c95ce9cc0ca7131263d7459b 100644 (file)
@@ -616,7 +616,7 @@ EOF
  # On Unix, we build shlibs from static libs, so we're ignoring the
  # object file array.  We *know* this routine is only called when we've
  # configure 'shared'.
- sub libobj2shlib {
+ sub obj2shlib {
      my %args = @_;
      my $lib = $args{lib};
      my $shlib = $args{shlib};