[bootlin/training-materials updates] master: slides/sysdev-cross-compiling-user-space: improve OpenSSL example (db71ef72)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Feb 15 17:58:47 CET 2023


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/db71ef729a1b827f65e3adf4e51591ab106a6552

>---------------------------------------------------------------

commit db71ef729a1b827f65e3adf4e51591ab106a6552
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Feb 15 17:58:47 2023 +0100

    slides/sysdev-cross-compiling-user-space: improve OpenSSL example
    
    Better show that OpenSSL provides rsa.h than aes.h
    as the error message on the next slide is about the fact
    that rsa.h cannot be found.
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


>---------------------------------------------------------------

db71ef729a1b827f65e3adf4e51591ab106a6552
 .../sysdev-cross-compiling-user-space.tex                               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/slides/sysdev-cross-compiling-user-space/sysdev-cross-compiling-user-space.tex b/slides/sysdev-cross-compiling-user-space/sysdev-cross-compiling-user-space.tex
index b9e37eff..4bdacf3b 100644
--- a/slides/sysdev-cross-compiling-user-space/sysdev-cross-compiling-user-space.tex
+++ b/slides/sysdev-cross-compiling-user-space/sysdev-cross-compiling-user-space.tex
@@ -211,7 +211,7 @@ $ tree /tmp/staging
     │   └── openssl
     ├── include
     │   ├── openssl
-    │   │   ├── aes.h
+    │   │   ├── rsa.h
     │   │   └── [...]
     ├── lib
     │   ├── libcrypto.a




More information about the training-materials-updates mailing list