VirtualBox

source: vbox/trunk/src/libs/openssl-3.4.1/test/evp_pkey_ctx_new_from_name.c

Last change on this file was 109052, checked in by vboxsync, 3 weeks ago

openssl-3.4.1: Applied our changes, regenerated files, added missing files and functions. This time with a three way merge. ​bugref:10890

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 279 bytes
Line 
1#include <stdio.h>
2#include <openssl/ec.h>
3#include <openssl/evp.h>
4#include <openssl/err.h>
5
6int main(int argc, char *argv[])
7{
8 EVP_PKEY_CTX *pctx = NULL;
9
10 pctx = EVP_PKEY_CTX_new_from_name(NULL, "NO_SUCH_ALGORITHM", NULL);
11 EVP_PKEY_CTX_free(pctx);
12
13 return 0;
14}
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette