This website requires JavaScript.
Explore
Help
Sign In
kris
/
boringssl
Watch
1
Star
0
Fork
0
You've already forked boringssl
Code
Issues
Pull Requests
Releases
Wiki
Activity
2be62c304c
boringssl
/
crypto
/
engine
/
CMakeLists.txt
11 lines
100 B
CMake
Raw
Normal View
History
Unescape
Escape
Inital import. Initial fork from f2d678e6e89b6508147086610e985d4e8416e867 (1.0.2 beta). (This change contains substantial changes from the original and effectively starts a new history.)
2014-06-20 20:00:00 +01:00
include_directories
(
.
..
../../include
)
add_library
(
e
n
g
i
n
e
O
B
J
E
C
T
e
n
g
i
n
e
.
c
Add generic OPERATION_NOT_SUPPORTED error code. Implementations of ENGINEs often don't want to implement every function. This change adds an error code for those situations. Change-Id: Id6b7eace36d06ffad7f347f556d942d447d8a2fd Reviewed-on: https://boringssl-review.googlesource.com/1920 Reviewed-by: Wan-Teh Chang <wtc@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
2014-10-10 00:26:09 +01:00
e
n
g
i
n
e
_
e
r
r
o
r
.
c
Inital import. Initial fork from f2d678e6e89b6508147086610e985d4e8416e867 (1.0.2 beta). (This change contains substantial changes from the original and effectively starts a new history.)
2014-06-20 20:00:00 +01:00
)
Reference in New Issue
Copy Permalink