15:21 9nov

Dependencies:   mbed mbedtls

Revision:
4:98332985e06f
Parent:
3:7a6787f99da2
Child:
5:cc8680cda38f
--- a/main.cpp	Fri Nov 09 10:05:12 2018 +0000
+++ b/main.cpp	Fri Nov 09 10:05:59 2018 +0000
@@ -39,7 +39,7 @@
     /*
      * Calculate the RSA encryption of the data.
      */
-    printf(pc. "\n  . Generating the encrypted value" );
+    pc.printf("\n  . Generating the encrypted value" );
     fflush( stdout );
     const unsigned char to_encrypt[] = "HelloWorld";
     mbedtls_ctr_drbg_context ctr_drbg;