changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / lisp/ffi/rustls/pkg.lisp

changeset 362: b1f78dffbcdd
parent: bcfb3e63dff2
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 23 May 2024 18:23:38 -0400
permissions: -rw-r--r--
description: rustls work, fixed https bugs
1 ;;; pkg.lisp --- low-level bindings to librustls
2 
3 ;;; Commentary:
4 
5 ;;; Code:
6 (defpackage :rustls
7  (:use :cl :sb-alien :std/alien)
8  (:export :load-rustls))
9 
10 (in-package :rustls)
11 
12 (define-alien-loader "rustls" t "/usr/lib/")