Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a94f8cb
  • /
  • include
  • /
  • internal
  • /
  • evp.h
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:404e48322c73eef93ef2a6bd1a4fae0a7c99a8ea
directory badge Iframe embedding
swh:1:dir:9885798e8ed32f59247de233b8e6e0c46ce15afa
evp.h
/*
 * Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
 *
 * Licensed under the Apache License 2.0 (the "License").  You may not use
 * this file except in compliance with the License.  You can obtain a copy
 * in the file LICENSE in the source distribution or at
 * https://www.openssl.org/source/license.html
 */

#ifndef OSSL_INTERNAL_EVP_H
# define OSSL_INTERNAL_EVP_H

# include <openssl/evp.h>

# ifndef OPENSSL_NO_EC
/*
 * TODO(3.0) While waiting for more generic getters, we have these functions
 * as an interim solution.  This should be removed when the generic getters
 * appear.
 */
int evp_pkey_get_EC_KEY_curve_nid(const EVP_PKEY *pkey);
# endif
#endif

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top