Project

General

Profile

Actions

Bug #158

closed

OpenSSL missing types.h include.

Added by dragonfly about 18 years ago. Updated almost 18 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The openssl headers make use of "size_t" but <sys/types.h> is not
included. I'm not sure where the correct place to add the header is but
e_os2.h seems ok.

The following code does not compile on DragonFly.

#include <openssl/sha.h>

int main() {
return 0;
}

Regards

Gary


Files

openssl.diff (215 Bytes) openssl.diff dragonfly, 04/28/2006 10:33 AM
Actions

Also available in: Atom PDF