#' OpenSSL Configuration Info
#'
#' Shows libssl version and configuration information.
#'
#' @export
#' @useDynLib openssl R_openssl_config
openssl_config <- function(){
out <- .Call(R_openssl_config)
structure(out, names = c("version", "ec", "x25519"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.