File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ qat = qat_section\n\
8282\n \
8383[ qat_section ]\n \
8484engine_id = qatengine\n \
85- dynamic_path = /usr/lib/x86_64-linux-gnu/engines-3/qatengine.so\n \
85+ ENABLE_SW_FALLBACK = 1\n \
86+ ENABLE_EVENT_DRIVEN_POLLING_MODE = 1\n \
8687default_algorithms = ALL' > /etc/ssl/openssl_qat.cnf
87-
8888# # Setup user and working directory
8989RUN useradd -m -d /home/container -s /bin/bash container
9090USER container
@@ -99,8 +99,8 @@ RUN echo Verifying install ...; \
9999 java --version; \
100100 echo openssl version; \
101101 openssl version; \
102- echo checking openssl engine; \
103- openssl engine -t -c -v qat ; \
102+ echo openssl engine -t -c -v qatengine ; \
103+ openssl engine -t -c -v qatengine ; \
104104 echo Complete.
105105
106106STOPSIGNAL SIGINT
You can’t perform that action at this time.
0 commit comments