remove trailing slash
authorDr. Stephen Henson <steve@openssl.org>
Wed, 14 Mar 2012 22:20:40 +0000 (22:20 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 14 Mar 2012 22:20:40 +0000 (22:20 +0000)
Configure

index 43a90c0152536b78be96554a0b6897e7127afcd7..cbbf4de8b25f19ba9020740748d36a5c66abf911 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -904,11 +904,11 @@ PROCESS_ARGS:
                                }
                        elsif (/^--with-fipsdir=(.*)$/)
                                {
                                }
                        elsif (/^--with-fipsdir=(.*)$/)
                                {
-                               $fipsdir="$1/";
+                               $fipsdir="$1";
                                }
                        elsif (/^--with-fipslibdir=(.*)$/)
                                {
                                }
                        elsif (/^--with-fipslibdir=(.*)$/)
                                {
-                               $fipslibdir="$1/";
+                               $fipslibdir="$1";
                                }
                        elsif (/^--with-baseaddr=(.*)$/)
                                {
                                }
                        elsif (/^--with-baseaddr=(.*)$/)
                                {