diff options
Diffstat (limited to 'src/lib/libcrypto/util')
| -rw-r--r-- | src/lib/libcrypto/util/domd | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/util/libeay.num | 6 | ||||
| -rw-r--r-- | src/lib/libcrypto/util/mkerr.pl | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/util/pod2man.pl | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/src/lib/libcrypto/util/domd b/src/lib/libcrypto/util/domd index aa99cb0523..8cbe383c16 100644 --- a/src/lib/libcrypto/util/domd +++ b/src/lib/libcrypto/util/domd | |||
| @@ -18,11 +18,11 @@ if [ "$MAKEDEPEND" = "gcc" ]; then | |||
| 18 | sed -e '/^# DO NOT DELETE.*/,$d' < Makefile.ssl > Makefile.tmp | 18 | sed -e '/^# DO NOT DELETE.*/,$d' < Makefile.ssl > Makefile.tmp |
| 19 | echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp | 19 | echo '# DO NOT DELETE THIS LINE -- make depend depends on it.' >> Makefile.tmp |
| 20 | gcc -D OPENSSL_DOING_MAKEDEPEND -M $@ >> Makefile.tmp | 20 | gcc -D OPENSSL_DOING_MAKEDEPEND -M $@ >> Makefile.tmp |
| 21 | perl $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new | 21 | ${PERL} $TOP/util/clean-depend.pl < Makefile.tmp > Makefile.new |
| 22 | rm -f Makefile.tmp | 22 | rm -f Makefile.tmp |
| 23 | else | 23 | else |
| 24 | ${MAKEDEPEND} -D OPENSSL_DOING_MAKEDEPEND -f Makefile.ssl $@ | 24 | ${MAKEDEPEND} -D OPENSSL_DOING_MAKEDEPEND -f Makefile.ssl $@ |
| 25 | perl $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new | 25 | ${PERL} $TOP/util/clean-depend.pl < Makefile.ssl > Makefile.new |
| 26 | fi | 26 | fi |
| 27 | mv Makefile.new Makefile.ssl | 27 | mv Makefile.new Makefile.ssl |
| 28 | # unfake the presence of Kerberos | 28 | # unfake the presence of Kerberos |
diff --git a/src/lib/libcrypto/util/libeay.num b/src/lib/libcrypto/util/libeay.num index b74749e5de..4845158158 100644 --- a/src/lib/libcrypto/util/libeay.num +++ b/src/lib/libcrypto/util/libeay.num | |||
| @@ -2774,3 +2774,9 @@ AES_ctr128_encrypt 3216 EXIST::FUNCTION:AES | |||
| 2774 | AES_cfb128_encrypt 3217 EXIST::FUNCTION:AES | 2774 | AES_cfb128_encrypt 3217 EXIST::FUNCTION:AES |
| 2775 | ENGINE_load_4758cca 3218 EXIST::FUNCTION: | 2775 | ENGINE_load_4758cca 3218 EXIST::FUNCTION: |
| 2776 | _ossl_096_des_random_seed 3219 EXIST::FUNCTION:DES | 2776 | _ossl_096_des_random_seed 3219 EXIST::FUNCTION:DES |
| 2777 | EVP_aes_256_ofb 3220 EXIST::FUNCTION:AES | ||
| 2778 | EVP_aes_192_ofb 3221 EXIST::FUNCTION:AES | ||
| 2779 | EVP_aes_128_cfb 3222 EXIST::FUNCTION:AES | ||
| 2780 | EVP_aes_256_cfb 3223 EXIST::FUNCTION:AES | ||
| 2781 | EVP_aes_128_ofb 3224 EXIST::FUNCTION:AES | ||
| 2782 | EVP_aes_192_cfb 3225 EXIST::FUNCTION:AES | ||
diff --git a/src/lib/libcrypto/util/mkerr.pl b/src/lib/libcrypto/util/mkerr.pl index 6c2237d142..4105047b21 100644 --- a/src/lib/libcrypto/util/mkerr.pl +++ b/src/lib/libcrypto/util/mkerr.pl | |||
| @@ -262,7 +262,7 @@ foreach $lib (keys %csrc) | |||
| 262 | } else { | 262 | } else { |
| 263 | push @out, | 263 | push @out, |
| 264 | "/* ====================================================================\n", | 264 | "/* ====================================================================\n", |
| 265 | " * Copyright (c) 2001 The OpenSSL Project. All rights reserved.\n", | 265 | " * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved.\n", |
| 266 | " *\n", | 266 | " *\n", |
| 267 | " * Redistribution and use in source and binary forms, with or without\n", | 267 | " * Redistribution and use in source and binary forms, with or without\n", |
| 268 | " * modification, are permitted provided that the following conditions\n", | 268 | " * modification, are permitted provided that the following conditions\n", |
| @@ -404,7 +404,7 @@ EOF | |||
| 404 | print OUT <<"EOF"; | 404 | print OUT <<"EOF"; |
| 405 | /* $cfile */ | 405 | /* $cfile */ |
| 406 | /* ==================================================================== | 406 | /* ==================================================================== |
| 407 | * Copyright (c) 1999 The OpenSSL Project. All rights reserved. | 407 | * Copyright (c) 1999-2002 The OpenSSL Project. All rights reserved. |
| 408 | * | 408 | * |
| 409 | * Redistribution and use in source and binary forms, with or without | 409 | * Redistribution and use in source and binary forms, with or without |
| 410 | * modification, are permitted provided that the following conditions | 410 | * modification, are permitted provided that the following conditions |
diff --git a/src/lib/libcrypto/util/pod2man.pl b/src/lib/libcrypto/util/pod2man.pl index c6b64add60..657e4e264e 100644 --- a/src/lib/libcrypto/util/pod2man.pl +++ b/src/lib/libcrypto/util/pod2man.pl | |||
| @@ -416,8 +416,8 @@ if ($name ne 'something') { | |||
| 416 | warn "$0: Improper man page - malformed NAME header in paragraph $. of $ARGV[0]\n" | 416 | warn "$0: Improper man page - malformed NAME header in paragraph $. of $ARGV[0]\n" |
| 417 | } | 417 | } |
| 418 | else { | 418 | else { |
| 419 | $n[0] =~ s/\n/ /; | 419 | $n[0] =~ s/\n/ /g; |
| 420 | $n[1] =~ s/\n/ /; | 420 | $n[1] =~ s/\n/ /g; |
| 421 | %namedesc = @n; | 421 | %namedesc = @n; |
| 422 | } | 422 | } |
| 423 | } | 423 | } |
