Skip to content

Commit

Permalink
add Uint24 to serverHello
Browse files Browse the repository at this point in the history
  • Loading branch information
Srabutdotcom committed Jan 5, 2025
1 parent 64a9b70 commit ed6835a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tls/keyexchange",
"version": "0.1.5",
"version": "0.1.6",
"exports": "./src/mod.ts",
"publish": {
"exclude": ["dist/"]
Expand Down
2 changes: 1 addition & 1 deletion src/serverhello.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { Cipher, Constrained, Extension, Struct, Uint8, Uint16, Version, ExtensionType } from "./dep.ts";
import { KeyShareServerHello, SupportedVersions, NamedGroup, Selected_version } from "./dep.ts"
import { selectKeyExchange } from "./utils.js";
import { HandshakeType, ContentType } from "./dep.ts";
import { HandshakeType, ContentType, Uint24 } from "./dep.ts";

export class ServerHello extends Struct {
legacy_version;
Expand Down

0 comments on commit ed6835a

Please sign in to comment.