diff options
| author | markus <> | 2003-05-11 21:36:58 +0000 |
|---|---|---|
| committer | markus <> | 2003-05-11 21:36:58 +0000 |
| commit | 1c98a87f0daac81245653c227eb2f2508a22a965 (patch) | |
| tree | 3de6d603296ec563b936da4e6a8a1e33d48f8884 /src/lib/libcrypto/x509/x509.h | |
| parent | 31392c89d1135cf2a416f97295f6d21681b3fbc4 (diff) | |
| download | openbsd-1c98a87f0daac81245653c227eb2f2508a22a965.tar.gz openbsd-1c98a87f0daac81245653c227eb2f2508a22a965.tar.bz2 openbsd-1c98a87f0daac81245653c227eb2f2508a22a965.zip | |
import 0.9.7b (without idea and rc5)
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h index 7095440d36..eaad5685a8 100644 --- a/src/lib/libcrypto/x509/x509.h +++ b/src/lib/libcrypto/x509/x509.h | |||
| @@ -87,7 +87,6 @@ | |||
| 87 | #ifndef OPENSSL_NO_SHA | 87 | #ifndef OPENSSL_NO_SHA |
| 88 | #include <openssl/sha.h> | 88 | #include <openssl/sha.h> |
| 89 | #endif | 89 | #endif |
| 90 | #include <openssl/evp.h> | ||
| 91 | #include <openssl/e_os2.h> | 90 | #include <openssl/e_os2.h> |
| 92 | #include <openssl/ossl_typ.h> | 91 | #include <openssl/ossl_typ.h> |
| 93 | 92 | ||
| @@ -487,10 +486,12 @@ typedef struct Netscape_certificate_sequence | |||
| 487 | STACK_OF(X509) *certs; | 486 | STACK_OF(X509) *certs; |
| 488 | } NETSCAPE_CERT_SEQUENCE; | 487 | } NETSCAPE_CERT_SEQUENCE; |
| 489 | 488 | ||
| 489 | /* Unused (and iv length is wrong) | ||
| 490 | typedef struct CBCParameter_st | 490 | typedef struct CBCParameter_st |
| 491 | { | 491 | { |
| 492 | unsigned char iv[8]; | 492 | unsigned char iv[8]; |
| 493 | } CBC_PARAM; | 493 | } CBC_PARAM; |
| 494 | */ | ||
| 494 | 495 | ||
| 495 | /* Password based encryption structure */ | 496 | /* Password based encryption structure */ |
| 496 | 497 | ||
