Other "opencrypto/opencrypto.h" not found

Hello, I was trying to write an user-land crypto application and I need to use some Macros defined in <opencrypto/opencrypto.h>. But it gives me the the warning said the library is not found. I am using 13.2-RELRASE-p1 generic and I can only find some tests and debug files when I run
Bash:
find / -type d -name "opencrypto"
the outpu is
Code:
/usr/lib/debug/usr/tests/sys/opencrypto
/usr/tests/sys/opencrypto

does anyone know how to solve that? Thanks in advance.
 
Whatever that opencrypto (that provides opencrypto.h header) thing is, it's not in base and it's not in ports, so you'll have to port it yourself first.
 
In the first post, you said that you are trying to include opencrypto/opencrypto.h.
You also said that you find a directory called opencrypto. But you don't say anything about a file called opencrypto.h

In the last post, you show a file called cryptodev.h that is in the opencrypto directory of the FreeBSD source code. But that is not a file called opencrypto.h.

So now I'm confused.
 
Sorry for the confusion. what I want to mean is file openceypto/cryptodev.h. And I found that in the /usr/include/crypto directory.
 
Back
Top