Commit a5c83db4 authored by Antoine Cœur's avatar Antoine Cœur Committed by Dr. Matthias St. Pierre
Browse files
parent ca33a43f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@
        SSL_set_ciphersuites()
     [Matt Caswell]
  *) Memory allocation failures consistenly add an error to the error
  *) Memory allocation failures consistently add an error to the error
     stack.
     [Rich Salz]
+1 −1
Original line number Diff line number Diff line
#### iPhoneOS/iOS
#
# It takes recent enough XCode to use following two targets. It shouldn't
# It takes recent enough Xcode to use following two targets. It shouldn't
# be a problem by now, but if they don't work, original targets below
# that depend on manual definition of environment variables should still
# work...
+1 −1
Original line number Diff line number Diff line
# Windows OneCore targets.
#
# OneCore is new API stability "contract" that transends Desktop, IoT and
# OneCore is new API stability "contract" that transcends Desktop, IoT and
# Mobile[?] Windows editions. It's a set up "umbrella" libraries that
# export subset of Win32 API that are common to all Windows 10 devices.
#
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
 our @generated =
     sort ( ( grep { defined $unified_info{generate}->{$_} }
              sort keys %generatables ),
            # Scripts are assumed to be generated, so add thhem too
            # Scripts are assumed to be generated, so add them too
            ( grep { defined $unified_info{sources}->{$_} }
              @{$unified_info{scripts}} ) );

+1 −1
Original line number Diff line number Diff line
@@ -838,7 +838,7 @@ static int alg_print(const X509_ALGOR *alg)
                goto done;
            }
            BIO_printf(bio_err, ", Salt length: %d, Cost(N): %ld, "
                       "Block size(r): %ld, Paralelizm(p): %ld",
                       "Block size(r): %ld, Parallelism(p): %ld",
                       ASN1_STRING_length(kdf->salt),
                       ASN1_INTEGER_get(kdf->costParameter),
                       ASN1_INTEGER_get(kdf->blockSize),
Loading