Skip to content

Commit e231f4a

Browse files
committed
Fix Error 403 in links
1 parent 9c3e019 commit e231f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/pkcs11/pkcs11_demo_objects/pkcs11_demo_objects.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static CK_RV objectImporting( void )
284284
*
285285
* See this explanation for the difference between the PEM format and the
286286
* DER format:
287-
* https://stackoverflow.com/questions/22743415/what-are-the-differences-between-pem-cer-and-der/22743616
287+
* https://www.ssl.com/guide/pem-der-crt-and-cer-x-509-encodings-and-conversions/
288288
*
289289
*/
290290
if( result == CKR_OK )

0 commit comments

Comments
 (0)