Skip to content

Commit

Permalink
Fix description in SPDM responder example
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux!1663
  • Loading branch information
treiher committed Sep 4, 2024
1 parent 81b56d5 commit 97d97a9
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ with RFLX.SPDM_Responder.Session_Environment;
--
-- @description
-- This package serves as both an example and a default C binding for the
-- platform code required by SPDM. It includes the minimum required
-- implementation that consists of a
-- RFLX.SPDM_Responder.Session_Environment.State type derived from the SPDM
-- responder session RFLX.SPDM_Responder.Session_Environment.State and
-- implementations for all of its abstract subprograms.
-- platform code required by the SPDM responder. It includes the minimum required
-- implementation for all subprograms declared in RFLX.SPDM_Responder.Session.
-- The implementations of these subprograms contain a binding for a C
-- interface. This binding is not required for pure SPARK/Ada projects and can
-- be replaced. Additionally it contains an initialization procedure that is
Expand Down

0 comments on commit 97d97a9

Please sign in to comment.